Enum gstreamer_video::VideoEndianness [−][src]
pub enum VideoEndianness {
Unknown,
LittleEndian,
BigEndian,
}Variants
UnknownLittleEndianBigEndian
Trait Implementations
impl PartialEq for VideoEndianness[src]
impl PartialEq for VideoEndiannessfn eq(&self, other: &VideoEndianness) -> bool[src]
fn eq(&self, other: &VideoEndianness) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
#[must_use]
fn ne(&self, other: &Rhs) -> bool1.0.0[src]
#[must_use]
fn ne(&self, other: &Rhs) -> bool1.0.0
[src]This method tests for !=.
impl Eq for VideoEndianness[src]
impl Eq for VideoEndiannessimpl Copy for VideoEndianness[src]
impl Copy for VideoEndiannessimpl Clone for VideoEndianness[src]
impl Clone for VideoEndiannessfn clone(&self) -> VideoEndianness[src]
fn clone(&self) -> VideoEndiannessReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Debug for VideoEndianness[src]
impl Debug for VideoEndiannessfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Hash for VideoEndianness[src]
impl Hash for VideoEndiannessfn hash<__H: Hasher>(&self, state: &mut __H)[src]
fn hash<__H: Hasher>(&self, state: &mut __H)Feeds this value into the given [Hasher]. Read more
fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher, 1.3.0[src]
fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher, 1.3.0
[src]Feeds a slice of this type into the given [Hasher]. Read more
impl FromGlib<i32> for VideoEndianness[src]
impl FromGlib<i32> for VideoEndiannessimpl ToGlib for VideoEndianness[src]
impl ToGlib for VideoEndiannessAuto Trait Implementations
impl Send for VideoEndianness
impl Send for VideoEndiannessimpl Sync for VideoEndianness
impl Sync for VideoEndianness