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