Enum tiff::tags::SampleFormat
source · pub enum SampleFormat {
Uint,
Int,
IEEEFP,
Void,
Unknown(u16),
// some variants omitted
}
Variants§
Implementations§
Trait Implementations§
source§impl Clone for SampleFormat
impl Clone for SampleFormat
source§fn clone(&self) -> SampleFormat
fn clone(&self) -> SampleFormat
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for SampleFormat
impl Debug for SampleFormat
source§impl Hash for SampleFormat
impl Hash for SampleFormat
source§impl PartialEq<SampleFormat> for SampleFormat
impl PartialEq<SampleFormat> for SampleFormat
source§fn eq(&self, other: &SampleFormat) -> bool
fn eq(&self, other: &SampleFormat) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.