pub struct BoxMdhd {
pub header: Option<(u8, u32)>,
pub creation_time: Either<u64, u32>,
pub modification_time: Either<u64, u32>,
pub timescale: u32,
pub duration: Either<u64, u32>,
pub language: u16,
pub _reserved1: [u8; 2],
}Fields§
§header: Option<(u8, u32)>§creation_time: Either<u64, u32>§modification_time: Either<u64, u32>§timescale: u32§duration: Either<u64, u32>§language: u16§_reserved1: [u8; 2]Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for BoxMdhd
impl Send for BoxMdhd
impl Sync for BoxMdhd
impl Unpin for BoxMdhd
impl UnwindSafe for BoxMdhd
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