#[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: u8
§profile_idc: u8
§level_idc: u8
§constraint_set_flags: u8
§chroma_format_idc: u8
§bit_depth_luma: u8
§frame_mbs_only_flag: u8
§sar: AVRational
Trait Implementations§
Source§impl Clone for H264SequenceParameterSet
impl Clone for H264SequenceParameterSet
Source§fn clone(&self) -> H264SequenceParameterSet
fn clone(&self) -> H264SequenceParameterSet
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for H264SequenceParameterSet
impl Debug for H264SequenceParameterSet
impl Copy for H264SequenceParameterSet
Auto Trait Implementations§
impl Freeze for H264SequenceParameterSet
impl RefUnwindSafe for H264SequenceParameterSet
impl Send for H264SequenceParameterSet
impl Sync for H264SequenceParameterSet
impl Unpin for H264SequenceParameterSet
impl UnwindSafe for H264SequenceParameterSet
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more