Enum rustiff::BitsPerSample[][src]

pub enum BitsPerSample {
    U8_1,
    U8_3,
    U8_4,
    U16_1,
    U16_3,
    U16_4,
}

Variants

Methods

impl BitsPerSample
[src]

Trait Implementations

impl Debug for BitsPerSample
[src]

Formats the value using the given formatter. Read more

impl Clone for BitsPerSample
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for BitsPerSample
[src]

impl PartialEq for BitsPerSample
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for BitsPerSample
[src]

Auto Trait Implementations