Struct machine_vision_formats::pixel_format::BayerRG32f
source · pub struct BayerRG32f {}
Expand description
Bayer Red Green pattern, 4 bytes per pixel.
Trait Implementations§
source§impl Clone for BayerRG32f
impl Clone for BayerRG32f
source§fn clone(&self) -> BayerRG32f
fn clone(&self) -> BayerRG32f
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 BayerRG32f
impl Debug for BayerRG32f
impl PixelFormat for BayerRG32f
Auto Trait Implementations§
impl Freeze for BayerRG32f
impl RefUnwindSafe for BayerRG32f
impl Send for BayerRG32f
impl Sync for BayerRG32f
impl Unpin for BayerRG32f
impl UnwindSafe for BayerRG32f
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