pub struct FtypDecoder;Trait Implementations§
Auto Trait Implementations§
impl Freeze for FtypDecoder
impl RefUnwindSafe for FtypDecoder
impl Send for FtypDecoder
impl Sync for FtypDecoder
impl Unpin for FtypDecoder
impl UnwindSafe for FtypDecoder
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