[][src]Struct ffmpeg_dev::sys::H264SequenceParameterSet

#[repr(C)]
pub struct H264SequenceParameterSet {
    pub id: u8,
    pub profile_idc: u8,
    pub level_idc: u8,
    pub constraint_set_flags: u8,
    pub chroma_format_idc: u8,
    pub bit_depth_luma: u8,
    pub frame_mbs_only_flag: u8,
    pub sar: AVRational,
}

Fields

id: u8profile_idc: u8level_idc: u8constraint_set_flags: u8chroma_format_idc: u8bit_depth_luma: u8frame_mbs_only_flag: u8sar: AVRational

Trait Implementations

impl Clone for H264SequenceParameterSet[src]

impl Copy for H264SequenceParameterSet[src]

impl Debug for H264SequenceParameterSet[src]

Auto Trait Implementations

Blanket Implementations

impl<T> From<T> for T[src]

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

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

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

type Error = !

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> 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> Borrow<T> for T where
    T: ?Sized
[src]

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

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