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