Enum tiff::tags::PlanarConfiguration [−][src]
pub enum PlanarConfiguration { Chunky, Planar, // some variants omitted }
Variants
Implementations
impl PlanarConfiguration
[src][−]
Trait Implementations
impl Clone for PlanarConfiguration
[src][+]
impl Copy for PlanarConfiguration
[src]
impl Debug for PlanarConfiguration
[src][+]
impl Eq for PlanarConfiguration
[src]
impl Hash for PlanarConfiguration
[src][+]
impl PartialEq<PlanarConfiguration> for PlanarConfiguration
[src][+]
impl StructuralEq for PlanarConfiguration
[src]
impl StructuralPartialEq for PlanarConfiguration
[src]
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
impl<T> Any for T where
T: 'static + ?Sized,
[src][+]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> From<T> for T
[src][+]
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
impl<T> Pointable for T
[src][+]
impl<T> ToOwned for T where
T: Clone,
[src][+]
T: Clone,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,