pub enum Mp4Type {
Mp4,
M4a,
M4p,
M4b,
M4r,
M4v,
Mov,
}
Variants§
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for Mp4Type
impl Send for Mp4Type
impl Sync for Mp4Type
impl Unpin for Mp4Type
impl UnwindSafe for Mp4Type
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