Struct bmf_parse::boxes::BoxTrunSamplesType
source · 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 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