pub struct BoxTrunSamplesType {
pub header: Option<(u8, u32)>,
pub sample_duration: Option<u32>,
pub sample_size: Option<u32>,
pub sample_flags: Option<u32>,
pub sample_composition_time_offset: Option<Either<i32, u32>>,
}Fields§
§header: Option<(u8, u32)>§sample_duration: Option<u32>§sample_size: Option<u32>§sample_flags: Option<u32>§sample_composition_time_offset: Option<Either<i32, u32>>Trait Implementations§
Auto Trait Implementations§
impl Freeze for BoxTrunSamplesType
impl RefUnwindSafe for BoxTrunSamplesType
impl Send for BoxTrunSamplesType
impl Sync for BoxTrunSamplesType
impl Unpin for BoxTrunSamplesType
impl UnwindSafe for BoxTrunSamplesType
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