pub struct MJPEG { /* private fields */ }Expand description
mjpeg.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for MJPEG
impl RefUnwindSafe for MJPEG
impl !Sync for MJPEG
impl Unpin for MJPEG
impl UnwindSafe for MJPEG
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