Enum image::codecs::pnm::ArbitraryTuplType [−][src]
pub enum ArbitraryTuplType { BlackAndWhite, BlackAndWhiteAlpha, Grayscale, GrayscaleAlpha, RGB, RGBAlpha, Custom(String), }
Standardized tuple type specifiers in the header of a pam
.
Variants
Pixels are either black (0) or white (1)
Pixels are either black (0) or white (1) and a second alpha channel
Pixels represent the amount of white
Grayscale with an additional alpha channel
Three channels: Red, Green, Blue
Four channels: Red, Green, Blue, Alpha
Custom(String)
An image format which is not standardized
Trait Implementations
impl Clone for ArbitraryTuplType
[src][+]
impl Debug for ArbitraryTuplType
[src][+]
Auto Trait Implementations
impl RefUnwindSafe for ArbitraryTuplType
impl Send for ArbitraryTuplType
impl Sync for ArbitraryTuplType
impl Unpin for ArbitraryTuplType
impl UnwindSafe for ArbitraryTuplType
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>,