#[repr(C)]
pub struct vvdecSEIPictureTiming {
Show 21 fields pub ptSubLayerDelaysPresentFlag: [bool; 7], pub cpbRemovalDelayDeltaEnabledFlag: [bool; 7], pub cpbRemovalDelayDeltaIdx: [u32; 7], pub auCpbRemovalDelay: [u32; 7], pub picDpbOutputDelay: u32, pub picDpbOutputDuDelay: u32, pub numDecodingUnits: u32, pub duCommonCpbRemovalDelayFlag: bool, pub duCommonCpbRemovalDelay: [u32; 7], pub numNalusInDu: [u32; 32], pub duCpbRemovalDelay: [u32; 231], pub cpbAltTimingInfoPresentFlag: bool, pub nalCpbAltInitialRemovalDelayDelta: [[u32; 32]; 7], pub nalCpbAltInitialRemovalOffsetDelta: [[u32; 32]; 7], pub nalCpbDelayOffset: [u32; 7], pub nalDpbDelayOffset: [u32; 7], pub vclCpbAltInitialRemovalDelayDelta: [[u32; 32]; 7], pub vclCpbAltInitialRemovalOffsetDelta: [[u32; 32]; 7], pub vclCpbDelayOffset: [u32; 7], pub vclDpbDelayOffset: [u32; 7], pub ptDisplayElementalPeriods: c_int,
}

Fields§

§ptSubLayerDelaysPresentFlag: [bool; 7]§cpbRemovalDelayDeltaEnabledFlag: [bool; 7]§cpbRemovalDelayDeltaIdx: [u32; 7]§auCpbRemovalDelay: [u32; 7]§picDpbOutputDelay: u32§picDpbOutputDuDelay: u32§numDecodingUnits: u32§duCommonCpbRemovalDelayFlag: bool§duCommonCpbRemovalDelay: [u32; 7]§numNalusInDu: [u32; 32]§duCpbRemovalDelay: [u32; 231]§cpbAltTimingInfoPresentFlag: bool§nalCpbAltInitialRemovalDelayDelta: [[u32; 32]; 7]§nalCpbAltInitialRemovalOffsetDelta: [[u32; 32]; 7]§nalCpbDelayOffset: [u32; 7]§nalDpbDelayOffset: [u32; 7]§vclCpbAltInitialRemovalDelayDelta: [[u32; 32]; 7]§vclCpbAltInitialRemovalOffsetDelta: [[u32; 32]; 7]§vclCpbDelayOffset: [u32; 7]§vclDpbDelayOffset: [u32; 7]§ptDisplayElementalPeriods: c_int

Trait Implementations§

source§

impl Clone for vvdecSEIPictureTiming

source§

fn clone(&self) -> vvdecSEIPictureTiming

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for vvdecSEIPictureTiming

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Copy for vvdecSEIPictureTiming

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

source§

impl<T, U> Into<U> for T
where U: From<T>,

source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

source§

impl<T> ToOwned for T
where T: Clone,

§

type Owned = T

The resulting type after obtaining ownership.
source§

fn to_owned(&self) -> T

Creates owned data from borrowed data, usually by cloning. Read more
source§

fn clone_into(&self, target: &mut T)

Uses borrowed data to replace owned data, usually by cloning. Read more
source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.