Struct machine_vision_formats::pixel_format::NV12
source · pub struct NV12 {}
Expand description
NV12 format, average 12 bits per pixel
Trait Implementations§
Auto Trait Implementations§
impl Freeze for NV12
impl RefUnwindSafe for NV12
impl Send for NV12
impl Sync for NV12
impl Unpin for NV12
impl UnwindSafe for NV12
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