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