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