pub struct Mdhd {
pub creation_time: u64,
pub modification_time: u64,
pub timescale: u32,
pub duration: u64,
pub language: String,
}Fields§
§creation_time: u64§modification_time: u64§timescale: u32§duration: u64§language: StringTrait Implementations§
impl Eq for Mdhd
impl StructuralPartialEq for Mdhd
Auto Trait Implementations§
impl Freeze for Mdhd
impl RefUnwindSafe for Mdhd
impl Send for Mdhd
impl Sync for Mdhd
impl Unpin for Mdhd
impl UnwindSafe for Mdhd
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