pub struct Mp4parseParser { /* private fields */ }Trait Implementations§
Source§impl Default for Mp4parseParser
impl Default for Mp4parseParser
Source§fn default() -> Mp4parseParser
fn default() -> Mp4parseParser
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for Mp4parseParser
impl !RefUnwindSafe for Mp4parseParser
impl !Send for Mp4parseParser
impl !Sync for Mp4parseParser
impl Unpin for Mp4parseParser
impl !UnwindSafe for Mp4parseParser
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