pub struct AnnexBState {
pub temporal_unit_size: u32,
pub frame_unit_size: u32,
pub temporal_unit_consumed: u32,
pub frame_unit_consumed: u32,
}
Fields§
§temporal_unit_size: u32
§frame_unit_size: u32
§temporal_unit_consumed: u32
§frame_unit_consumed: u32
Trait Implementations§
Source§impl Clone for AnnexBState
impl Clone for AnnexBState
Source§fn clone(&self) -> AnnexBState
fn clone(&self) -> AnnexBState
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 AnnexBState
impl Debug for AnnexBState
Source§impl Default for AnnexBState
impl Default for AnnexBState
Source§fn default() -> AnnexBState
fn default() -> AnnexBState
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for AnnexBState
impl RefUnwindSafe for AnnexBState
impl Send for AnnexBState
impl Sync for AnnexBState
impl Unpin for AnnexBState
impl UnwindSafe for AnnexBState
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