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