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