#[repr(u8)]pub enum Hpcontrol0LLcdif {
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 Clone for Hpcontrol0LLcdif
impl Clone for Hpcontrol0LLcdif
Source§fn clone(&self) -> Hpcontrol0LLcdif
fn clone(&self) -> Hpcontrol0LLcdif
Returns a duplicate 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 Hpcontrol0LLcdif
impl Debug for Hpcontrol0LLcdif
Source§impl From<Hpcontrol0LLcdif> for u8
impl From<Hpcontrol0LLcdif> for u8
Source§fn from(val: Hpcontrol0LLcdif) -> u8
fn from(val: Hpcontrol0LLcdif) -> u8
Converts to this type from the input type.
Source§impl From<u8> for Hpcontrol0LLcdif
impl From<u8> for Hpcontrol0LLcdif
Source§fn from(val: u8) -> Hpcontrol0LLcdif
fn from(val: u8) -> Hpcontrol0LLcdif
Converts to this type from the input type.
Source§impl Ord for Hpcontrol0LLcdif
impl Ord for Hpcontrol0LLcdif
Source§fn cmp(&self, other: &Hpcontrol0LLcdif) -> Ordering
fn cmp(&self, other: &Hpcontrol0LLcdif) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for Hpcontrol0LLcdif
impl PartialEq for Hpcontrol0LLcdif
Source§impl PartialOrd for Hpcontrol0LLcdif
impl PartialOrd for Hpcontrol0LLcdif
impl Copy for Hpcontrol0LLcdif
impl Eq for Hpcontrol0LLcdif
impl StructuralPartialEq for Hpcontrol0LLcdif
Auto Trait Implementations§
impl Freeze for Hpcontrol0LLcdif
impl RefUnwindSafe for Hpcontrol0LLcdif
impl Send for Hpcontrol0LLcdif
impl Sync for Hpcontrol0LLcdif
impl Unpin for Hpcontrol0LLcdif
impl UnwindSafe for Hpcontrol0LLcdif
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