Enum titanium::desktop::gui::libdruid::piet::image_crate::codecs::pnm::SampleEncoding
pub enum SampleEncoding {
Binary,
Ascii,
}
Expand description
The kind of encoding used to store sample values
Variants§
Binary
Samples are unsigned binary integers in big endian
Ascii
Samples are encoded as decimal ascii strings separated by whitespace
Trait Implementations§
§impl Clone for SampleEncoding
impl Clone for SampleEncoding
§fn clone(&self) -> SampleEncoding
fn clone(&self) -> SampleEncoding
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 more§impl Debug for SampleEncoding
impl Debug for SampleEncoding
§impl PartialEq<SampleEncoding> for SampleEncoding
impl PartialEq<SampleEncoding> for SampleEncoding
§fn eq(&self, other: &SampleEncoding) -> bool
fn eq(&self, other: &SampleEncoding) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for SampleEncoding
impl Eq for SampleEncoding
impl StructuralEq for SampleEncoding
impl StructuralPartialEq for SampleEncoding
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> Instrument for T
impl<T> Instrument for T
§fn instrument(self, span: Span) -> Instrumented<Self> ⓘ
fn instrument(self, span: Span) -> Instrumented<Self> ⓘ
§impl<T> Pointable for T
impl<T> Pointable for T
§impl<T> RoundFrom<T> for T
impl<T> RoundFrom<T> for T
§fn round_from(x: T) -> T
fn round_from(x: T) -> T
Performs the conversion.
§impl<T, U> RoundInto<U> for Twhere
U: RoundFrom<T>,
impl<T, U> RoundInto<U> for Twhere U: RoundFrom<T>,
§fn round_into(self) -> U
fn round_into(self) -> U
Performs the conversion.