Enum tiff::decoder::PlanarConfiguration [−][src]
pub enum PlanarConfiguration {
Chunky,
Planar,
}Variants
ChunkyPlanarTrait Implementations
impl Clone for PlanarConfiguration[src]
impl Clone for PlanarConfigurationfn clone(&self) -> PlanarConfiguration[src]
fn clone(&self) -> PlanarConfigurationReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Copy for PlanarConfiguration[src]
impl Copy for PlanarConfigurationimpl Debug for PlanarConfiguration[src]
impl Debug for PlanarConfigurationfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl PartialEq for PlanarConfiguration[src]
impl PartialEq for PlanarConfigurationfn eq(&self, other: &PlanarConfiguration) -> bool[src]
fn eq(&self, other: &PlanarConfiguration) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
#[must_use]
fn ne(&self, other: &Rhs) -> bool1.0.0[src]
#[must_use]
fn ne(&self, other: &Rhs) -> bool1.0.0
[src]This method tests for !=.
impl Eq for PlanarConfiguration[src]
impl Eq for PlanarConfigurationimpl Hash for PlanarConfiguration[src]
impl Hash for PlanarConfigurationAuto Trait Implementations
impl Send for PlanarConfiguration
impl Send for PlanarConfigurationimpl Sync for PlanarConfiguration
impl Sync for PlanarConfiguration