Struct vvdec_sys::vvdecPicAttributes
source · #[repr(C)]pub struct vvdecPicAttributes {
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,
}Fields§
§nalType: vvdecNalType§sliceType: vvdecSliceType§isRefPic: bool§temporalLayer: u32§poc: i64§bits: u32§vui: *mut vvdecVui§hrd: *mut vvdecHrd§olsHrd: *mut vvdecOlsHrdTrait Implementations§
source§impl Clone for vvdecPicAttributes
impl Clone for vvdecPicAttributes
source§fn clone(&self) -> vvdecPicAttributes
fn clone(&self) -> vvdecPicAttributes
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 vvdecPicAttributes
impl Debug for vvdecPicAttributes
impl Copy for vvdecPicAttributes
Auto Trait Implementations§
impl RefUnwindSafe for vvdecPicAttributes
impl !Send for vvdecPicAttributes
impl !Sync for vvdecPicAttributes
impl Unpin 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