Struct machine_vision_formats::pixel_format::BayerGR32f
source · pub struct BayerGR32f {}
Expand description
Bayer Green Red pattern, 4 bytes per pixel.
Trait Implementations§
source§impl Clone for BayerGR32f
impl Clone for BayerGR32f
source§fn clone(&self) -> BayerGR32f
fn clone(&self) -> BayerGR32f
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for BayerGR32f
impl Debug for BayerGR32f
impl PixelFormat for BayerGR32f
Auto Trait Implementations§
impl Freeze for BayerGR32f
impl RefUnwindSafe for BayerGR32f
impl Send for BayerGR32f
impl Sync for BayerGR32f
impl Unpin for BayerGR32f
impl UnwindSafe for BayerGR32f
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