#[repr(u32)]pub enum Layout {
GBRG = 1_196_573_255,
RGGB = 1_111_967_570,
BGGR = 1_380_403_010,
GRBG = 1_195_528_775,
YUYV = 1_448_695_129,
YYYY = 1_499_027_801,
}Variants§
GBRG = 1_196_573_255
RGGB = 1_111_967_570
BGGR = 1_380_403_010
GRBG = 1_195_528_775
YUYV = 1_448_695_129
YYYY = 1_499_027_801
Trait Implementations§
impl Copy for Layout
impl Eq for Layout
impl StructuralPartialEq for Layout
Auto Trait Implementations§
impl Freeze for Layout
impl RefUnwindSafe for Layout
impl Send for Layout
impl Sync for Layout
impl Unpin for Layout
impl UnsafeUnpin for Layout
impl UnwindSafe for Layout
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