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