pub struct MdhdBox {
pub version: u8,
pub flags: u32,
pub creation_time: u64,
pub modification_time: u64,
pub timescale: u32,
pub duration: u64,
pub language: String,
}
Fields§
§version: u8
§flags: u32
§creation_time: u64
§modification_time: u64
§timescale: u32
§duration: u64
§language: String
Implementations§
Trait Implementations§
impl Eq for MdhdBox
impl StructuralPartialEq for MdhdBox
Auto Trait Implementations§
impl Freeze for MdhdBox
impl RefUnwindSafe for MdhdBox
impl Send for MdhdBox
impl Sync for MdhdBox
impl Unpin for MdhdBox
impl UnwindSafe for MdhdBox
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)