#[repr(C)]pub struct vvdecSEIDecodingUnitInfo {
pub decodingUnitIdx: c_int,
pub duiSubLayerDelaysPresentFlag: [bool; 7],
pub duSptCpbRemovalDelayIncrement: [c_int; 7],
pub dpbOutputDuDelayPresentFlag: bool,
pub picSptDpbOutputDuDelay: c_int,
}Fields§
§decodingUnitIdx: c_int§duiSubLayerDelaysPresentFlag: [bool; 7]§duSptCpbRemovalDelayIncrement: [c_int; 7]§dpbOutputDuDelayPresentFlag: bool§picSptDpbOutputDuDelay: c_intTrait Implementations§
Source§impl Clone for vvdecSEIDecodingUnitInfo
impl Clone for vvdecSEIDecodingUnitInfo
Source§fn clone(&self) -> vvdecSEIDecodingUnitInfo
fn clone(&self) -> vvdecSEIDecodingUnitInfo
Returns a duplicate 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 vvdecSEIDecodingUnitInfo
impl Debug for vvdecSEIDecodingUnitInfo
impl Copy for vvdecSEIDecodingUnitInfo
Auto Trait Implementations§
impl Freeze for vvdecSEIDecodingUnitInfo
impl RefUnwindSafe for vvdecSEIDecodingUnitInfo
impl Send for vvdecSEIDecodingUnitInfo
impl Sync for vvdecSEIDecodingUnitInfo
impl Unpin for vvdecSEIDecodingUnitInfo
impl UnwindSafe for vvdecSEIDecodingUnitInfo
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