Struct vvdec_sys::vvdecSEIScalableNesting
source · #[repr(C)]pub struct vvdecSEIScalableNesting {Show 13 fields
pub snOlsFlag: bool,
pub snSubpicFlag: bool,
pub snNumOlss: u32,
pub snOlsIdxDelta: [u32; 64],
pub snOlsIdx: [u32; 64],
pub snAllLayersFlag: bool,
pub snNumLayers: u32,
pub snLayerId: [u8; 64],
pub snNumSubpics: u32,
pub snSubpicIdLen: u8,
pub snSubpicId: [u16; 64],
pub snNumSEIs: u32,
pub nestedSEIs: [*mut vvdecSEI; 64],
}Fields§
§snOlsFlag: bool§snSubpicFlag: bool§snNumOlss: u32§snOlsIdxDelta: [u32; 64]§snOlsIdx: [u32; 64]§snAllLayersFlag: bool§snNumLayers: u32§snLayerId: [u8; 64]§snNumSubpics: u32§snSubpicIdLen: u8§snSubpicId: [u16; 64]§snNumSEIs: u32§nestedSEIs: [*mut vvdecSEI; 64]Trait Implementations§
source§impl Clone for vvdecSEIScalableNesting
impl Clone for vvdecSEIScalableNesting
source§fn clone(&self) -> vvdecSEIScalableNesting
fn clone(&self) -> vvdecSEIScalableNesting
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 vvdecSEIScalableNesting
impl Debug for vvdecSEIScalableNesting
impl Copy for vvdecSEIScalableNesting
Auto Trait Implementations§
impl RefUnwindSafe for vvdecSEIScalableNesting
impl !Send for vvdecSEIScalableNesting
impl !Sync for vvdecSEIScalableNesting
impl Unpin for vvdecSEIScalableNesting
impl UnwindSafe for vvdecSEIScalableNesting
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