Enum d1_pac::tcon_lcd0::lcd_3d_fifo::SETTING_A
source · #[repr(u8)]pub enum SETTING_A {
BYPASS = 0,
NORMAL = 1,
INTERLACE_3D = 2,
}
Expand description
Set the work mode of 3D FIFO
Value on reset: 0
Variants§
BYPASS = 0
0: Bypass
NORMAL = 1
1: Used as normal FIFO
INTERLACE_3D = 2
2: Used as 3D interlace FIFO
Trait Implementations§
impl Copy for SETTING_A
impl Eq for SETTING_A
impl StructuralPartialEq for SETTING_A
Auto Trait Implementations§
impl Freeze for SETTING_A
impl RefUnwindSafe for SETTING_A
impl Send for SETTING_A
impl Sync for SETTING_A
impl Unpin for SETTING_A
impl UnwindSafe for SETTING_A
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)