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