#[repr(C)]pub struct vvdecPicAttributes {Show 15 fields
pub nalType: vvdecNalType,
pub sliceType: vvdecSliceType,
pub isRefPic: bool,
pub temporalLayer: u32,
pub poc: i64,
pub bits: u32,
pub vui: *mut vvdecVui,
pub hrd: *mut vvdecHrd,
pub olsHrd: *mut vvdecOlsHrd,
pub seqInfo: *mut vvdecSeqInfo,
pub picHashError: vvdecPicHashError,
pub reservedPtr_1: *mut c_void,
pub reservedPtr_2: *mut c_void,
pub reserved_1: i64,
pub reserved_2: i64,
}Fields§
§nalType: vvdecNalType§sliceType: vvdecSliceType§isRefPic: bool§temporalLayer: u32§poc: i64§bits: u32§vui: *mut vvdecVui§hrd: *mut vvdecHrd§olsHrd: *mut vvdecOlsHrd§seqInfo: *mut vvdecSeqInfo§picHashError: vvdecPicHashError§reservedPtr_1: *mut c_void§reservedPtr_2: *mut c_void§reserved_1: i64§reserved_2: i64Trait Implementations§
Source§impl Clone for vvdecPicAttributes
impl Clone for vvdecPicAttributes
Source§fn clone(&self) -> vvdecPicAttributes
fn clone(&self) -> vvdecPicAttributes
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for vvdecPicAttributes
Auto Trait Implementations§
impl !Send for vvdecPicAttributes
impl !Sync for vvdecPicAttributes
impl Freeze for vvdecPicAttributes
impl RefUnwindSafe for vvdecPicAttributes
impl Unpin for vvdecPicAttributes
impl UnsafeUnpin for vvdecPicAttributes
impl UnwindSafe for vvdecPicAttributes
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