Enum gstreamer_audio::AudioEndianness[][src]

pub enum AudioEndianness {
    Unknown,
    LittleEndian,
    BigEndian,
}

Variants

Trait Implementations

impl PartialEq for AudioEndianness
[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 AudioEndianness
[src]

impl Copy for AudioEndianness
[src]

impl Clone for AudioEndianness
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for AudioEndianness
[src]

Formats the value using the given formatter. Read more

impl Hash for AudioEndianness
[src]

Feeds this value into the given [Hasher]. Read more

Feeds a slice of this type into the given [Hasher]. Read more

impl FromGlib<i32> for AudioEndianness
[src]

impl ToGlib for AudioEndianness
[src]

Auto Trait Implementations

impl Send for AudioEndianness

impl Sync for AudioEndianness