pub struct BayerBG32f {}
Expand description
Bayer Blue Green pattern, 4 bytes per pixel.
Trait Implementations§
Source§impl Clone for BayerBG32f
impl Clone for BayerBG32f
Source§fn clone(&self) -> BayerBG32f
fn clone(&self) -> BayerBG32f
Returns a duplicate 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 BayerBG32f
impl Debug for BayerBG32f
impl PixelFormat for BayerBG32f
Auto Trait Implementations§
impl Freeze for BayerBG32f
impl RefUnwindSafe for BayerBG32f
impl Send for BayerBG32f
impl Sync for BayerBG32f
impl Unpin for BayerBG32f
impl UnwindSafe for BayerBG32f
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