#[repr(u16)]pub enum PixelTestPattern {
None = 0,
VerticalShade = 2_048,
HorizontalShade = 4_096,
DiagonalShade = 6_144,
}Expand description
Pixel test patterns for verifying correct pixel transfer from the camera
Variants§
Auto Trait Implementations§
impl Freeze for PixelTestPattern
impl RefUnwindSafe for PixelTestPattern
impl Send for PixelTestPattern
impl Sync for PixelTestPattern
impl Unpin for PixelTestPattern
impl UnsafeUnpin for PixelTestPattern
impl UnwindSafe for PixelTestPattern
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