#[repr(C)]pub struct vvdecOlsHrd {
pub fixedPicRateGeneralFlag: bool,
pub fixedPicRateWithinCvsFlag: bool,
pub elementDurationInTc: u32,
pub lowDelayHrdFlag: bool,
pub bitRateValueMinus1: [[u32; 2]; 32],
pub cpbSizeValueMinus1: [[u32; 2]; 32],
pub ducpbSizeValueMinus1: [[u32; 2]; 32],
pub duBitRateValueMinus1: [[u32; 2]; 32],
pub cbrFlag: [[bool; 2]; 32],
}Fields§
§fixedPicRateGeneralFlag: bool§fixedPicRateWithinCvsFlag: bool§elementDurationInTc: u32§lowDelayHrdFlag: bool§bitRateValueMinus1: [[u32; 2]; 32]§cpbSizeValueMinus1: [[u32; 2]; 32]§ducpbSizeValueMinus1: [[u32; 2]; 32]§duBitRateValueMinus1: [[u32; 2]; 32]§cbrFlag: [[bool; 2]; 32]Trait Implementations§
Source§impl Clone for vvdecOlsHrd
impl Clone for vvdecOlsHrd
Source§fn clone(&self) -> vvdecOlsHrd
fn clone(&self) -> vvdecOlsHrd
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 vvdecOlsHrd
impl Debug for vvdecOlsHrd
impl Copy for vvdecOlsHrd
Auto Trait Implementations§
impl Freeze for vvdecOlsHrd
impl RefUnwindSafe for vvdecOlsHrd
impl Send for vvdecOlsHrd
impl Sync for vvdecOlsHrd
impl Unpin for vvdecOlsHrd
impl UnwindSafe for vvdecOlsHrd
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