Enum tiff::tags::PlanarConfiguration [−][src]
pub enum PlanarConfiguration {
Chunky,
Planar,
// some variants omitted
}
Variants
Chunky
Planar
Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for PlanarConfiguration
impl Send for PlanarConfiguration
impl Sync for PlanarConfiguration
impl Unpin for PlanarConfiguration
impl UnwindSafe for PlanarConfiguration
Blanket Implementations
Mutably borrows from an owned value. Read more