Struct machine_vision_formats::pixel_format::RGB8
source · pub struct RGB8 {}
Expand description
Red, Green, Blue, 1 byte each, total 3 bytes per pixel.
Also sometimes called RGB8packed
.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for RGB8
impl RefUnwindSafe for RGB8
impl Send for RGB8
impl Sync for RGB8
impl Unpin for RGB8
impl UnwindSafe for RGB8
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