[][src]Enum imxrt1062_csi::csicr2::LVRM_A

#[repr(u8)]pub enum LVRM_A {
    LVRM_0,
    LVRM_1,
    LVRM_2,
    LVRM_3,
    LVRM_4,
    LVRM_5,
    LVRM_6,
}

Live View Resolution Mode. Selects the grid size used for live view resolution.

Value on reset: 0

Variants

LVRM_0

0: 512 x 384

LVRM_1

1: 448 x 336

LVRM_2

2: 384 x 288

LVRM_3

3: 384 x 256

LVRM_4

4: 320 x 240

LVRM_5

5: 288 x 216

LVRM_6

6: 400 x 300

Trait Implementations

impl Clone for LVRM_A[src]

impl Copy for LVRM_A[src]

impl Debug for LVRM_A[src]

impl From<LVRM_A> for u8[src]

impl PartialEq<LVRM_A> for LVRM_A[src]

impl StructuralPartialEq for LVRM_A[src]

Auto Trait Implementations

impl Send for LVRM_A

impl Sync for LVRM_A

impl Unpin for LVRM_A

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.