#[repr(u8)]pub enum ReadMode {
Dis = 0,
SingleImg = 1,
Continuous = 2,
}Expand description
Read Mode.
Value on reset: 0
Variants§
Dis = 0
0: Camera Interface Disabled.
SingleImg = 1
1: Single Image Capture.
Continuous = 2
2: Continuous Image Capture.
Trait Implementations§
impl Copy for ReadMode
impl Eq for ReadMode
impl IsEnum for ReadMode
impl StructuralPartialEq for ReadMode
Auto Trait Implementations§
impl Freeze for ReadMode
impl RefUnwindSafe for ReadMode
impl Send for ReadMode
impl Sync for ReadMode
impl Unpin for ReadMode
impl UnwindSafe for ReadMode
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