Struct machine_vision_formats::pixel_format::YUV422
source · pub struct YUV422 {}
Expand description
YUV 4:2:2 8-bit, total 2 bytes per pixel.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for YUV422
impl RefUnwindSafe for YUV422
impl Send for YUV422
impl Sync for YUV422
impl Unpin for YUV422
impl UnwindSafe for YUV422
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