#[repr(u8)]pub enum SaLLcdif {
L_LCDIF_0 = 0,
L_LCDIF_1 = 1,
}Variants§
L_LCDIF_0 = 0
No lock-the adjacent (next lower) bit can be written by the software.
L_LCDIF_1 = 1
Lock-the adjacent (next lower) bit can’t be written by the software.
Implementations§
Trait Implementations§
Source§impl Ord for SaLLcdif
impl Ord for SaLLcdif
Source§impl PartialOrd for SaLLcdif
impl PartialOrd for SaLLcdif
impl Copy for SaLLcdif
impl Eq for SaLLcdif
impl StructuralPartialEq for SaLLcdif
Auto Trait Implementations§
impl Freeze for SaLLcdif
impl RefUnwindSafe for SaLLcdif
impl Send for SaLLcdif
impl Sync for SaLLcdif
impl Unpin for SaLLcdif
impl UnwindSafe for SaLLcdif
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