Enum tiff::tags::PlanarConfiguration
source · pub enum PlanarConfiguration {
Chunky,
Planar,
// some variants omitted
}
Variants§
Implementations§
Trait Implementations§
source§impl Clone for PlanarConfiguration
impl Clone for PlanarConfiguration
source§fn clone(&self) -> PlanarConfiguration
fn clone(&self) -> PlanarConfiguration
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 PlanarConfiguration
impl Debug for PlanarConfiguration
source§impl Hash for PlanarConfiguration
impl Hash for PlanarConfiguration
source§impl PartialEq<PlanarConfiguration> for PlanarConfiguration
impl PartialEq<PlanarConfiguration> for PlanarConfiguration
source§fn eq(&self, other: &PlanarConfiguration) -> bool
fn eq(&self, other: &PlanarConfiguration) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.