pub enum BoxType {
BasicBox,
FullBox,
}Expand description
The format type of an MP4 box.
Variants§
BasicBox
A basic MP4 box consisting of a standard header and payload.
FullBox
A full MP4 box that extends a basic box by adding version and flags fields to the header.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for BoxType
impl RefUnwindSafe for BoxType
impl Send for BoxType
impl Sync for BoxType
impl Unpin for BoxType
impl UnsafeUnpin for BoxType
impl UnwindSafe for BoxType
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