Enum tiff::tags::ResolutionUnit [−][src]
pub enum ResolutionUnit { None, Inch, Centimeter, // some variants omitted }
Type to represent resolution units
Variants
Implementations
impl ResolutionUnit
[src][−]
Trait Implementations
impl Clone for ResolutionUnit
[src][+]
impl Copy for ResolutionUnit
[src]
impl Debug for ResolutionUnit
[src][+]
impl Eq for ResolutionUnit
[src]
impl Hash for ResolutionUnit
[src][+]
impl PartialEq<ResolutionUnit> for ResolutionUnit
[src][+]
impl StructuralEq for ResolutionUnit
[src]
impl StructuralPartialEq for ResolutionUnit
[src]
Auto Trait Implementations
impl RefUnwindSafe for ResolutionUnit
impl Send for ResolutionUnit
impl Sync for ResolutionUnit
impl Unpin for ResolutionUnit
impl UnwindSafe for ResolutionUnit
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src][+]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> From<T> for T
[src][+]
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
impl<T> Pointable for T
[src][+]
impl<T> ToOwned for T where
T: Clone,
[src][+]
T: Clone,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,