[][src]Enum smpte2022_1_packet::Orientation

pub enum Orientation {
    Row,
    Column,
}

Identifies whether a FEC packet belongs to the is associated with a 'row' or a 'column' of media packets.

Variants

Row

FEC packet protects a row (indicated by the D field in the spec having value 1).

Column

FEC packet protects a column (indicated by the D field in the spec having value 0).

Trait Implementations

impl PartialEq<Orientation> for Orientation[src]

#[must_use]
fn ne(&self, other: &Rhs) -> bool
1.0.0
[src]

This method tests for !=.

impl Debug for Orientation[src]

Auto Trait Implementations

impl Send for Orientation

impl Sync for Orientation

Blanket Implementations

impl<T, U> Into for T where
    U: From<T>, 
[src]

impl<T> From for T[src]

impl<T, U> TryFrom for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T> Borrow for T where
    T: ?Sized
[src]

impl<T> BorrowMut for T where
    T: ?Sized
[src]

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Any for T where
    T: 'static + ?Sized
[src]