Enum tiff::tags::SampleFormat [−][src]
pub enum SampleFormat {
Uint,
Int,
IEEEFP,
Void,
Unknown(u16),
// some variants omitted
}
Variants
Uint
Int
IEEEFP
Void
Unknown(u16)
Tuple Fields
0: u16
An unknown extension sample format
Implementations
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for SampleFormat
impl Send for SampleFormat
impl Sync for SampleFormat
impl Unpin for SampleFormat
impl UnwindSafe for SampleFormat
Blanket Implementations
Mutably borrows from an owned value. Read more