Struct mp4parse::HandlerBox
source · pub struct HandlerBox { /* private fields */ }Trait Implementations§
Auto Trait Implementations§
impl Freeze for HandlerBox
impl RefUnwindSafe for HandlerBox
impl Send for HandlerBox
impl Sync for HandlerBox
impl Unpin for HandlerBox
impl UnwindSafe for HandlerBox
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