Enum gstreamer_video::VideoEndianness[][src]

pub enum VideoEndianness {
    Unknown,
    LittleEndian,
    BigEndian,
}

Variants

Trait Implementations

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

impl Copy for VideoEndianness
[src]

impl Clone for VideoEndianness
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for VideoEndianness
[src]

Formats the value using the given formatter. Read more

impl Hash for VideoEndianness
[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 VideoEndianness
[src]

impl ToGlib for VideoEndianness
[src]

Auto Trait Implementations

impl Send for VideoEndianness

impl Sync for VideoEndianness