Enum d1_pac::tcon_lcd0::lcd_ceu_ctl::BT656_F_MASK_A
source · pub enum BT656_F_MASK_A {
DISABLE = 0,
ENABLE = 1,
}
Expand description
BT656 F Mask
Value on reset: 0
Variants§
Trait Implementations§
source§impl Clone for BT656_F_MASK_A
impl Clone for BT656_F_MASK_A
source§fn clone(&self) -> BT656_F_MASK_A
fn clone(&self) -> BT656_F_MASK_A
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for BT656_F_MASK_A
impl Debug for BT656_F_MASK_A
source§impl From<BT656_F_MASK_A> for bool
impl From<BT656_F_MASK_A> for bool
source§fn from(variant: BT656_F_MASK_A) -> Self
fn from(variant: BT656_F_MASK_A) -> Self
Converts to this type from the input type.
source§impl PartialEq for BT656_F_MASK_A
impl PartialEq for BT656_F_MASK_A
impl Copy for BT656_F_MASK_A
impl Eq for BT656_F_MASK_A
impl StructuralPartialEq for BT656_F_MASK_A
Auto Trait Implementations§
impl Freeze for BT656_F_MASK_A
impl RefUnwindSafe for BT656_F_MASK_A
impl Send for BT656_F_MASK_A
impl Sync for BT656_F_MASK_A
impl Unpin for BT656_F_MASK_A
impl UnwindSafe for BT656_F_MASK_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
)