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