Struct mp4parse::FileTypeBox
source · pub struct FileTypeBox { /* private fields */ }Expand description
File type box ‘ftyp’.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for FileTypeBox
impl RefUnwindSafe for FileTypeBox
impl Send for FileTypeBox
impl Sync for FileTypeBox
impl Unpin for FileTypeBox
impl UnwindSafe for FileTypeBox
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