Struct machine_vision_formats::pixel_format::BayerGR8
source · pub struct BayerGR8 {}
Expand description
Bayer Green Red pattern, 1 byte per pixel.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for BayerGR8
impl RefUnwindSafe for BayerGR8
impl Send for BayerGR8
impl Sync for BayerGR8
impl Unpin for BayerGR8
impl UnwindSafe for BayerGR8
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