Enum image::codecs::pnm::SampleEncoding [−][src]
pub enum SampleEncoding { Binary, Ascii, }
The kind of encoding used to store sample values
Variants
Samples are unsigned binary integers in big endian
Samples are encoded as decimal ascii strings separated by whitespace
Trait Implementations
impl Clone for SampleEncoding
[src][+]
impl Copy for SampleEncoding
[src]
impl Debug for SampleEncoding
[src][+]
impl Eq for SampleEncoding
[src]
impl PartialEq<SampleEncoding> for SampleEncoding
[src][+]
impl StructuralEq for SampleEncoding
[src]
impl StructuralPartialEq for SampleEncoding
[src]
Auto Trait Implementations
impl RefUnwindSafe for SampleEncoding
impl Send for SampleEncoding
impl Sync for SampleEncoding
impl Unpin for SampleEncoding
impl UnwindSafe for SampleEncoding
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>,