#[repr(u8)]pub enum LpmL1Active {
LPM_L1_ACTIVE0 = 0,
LPM_L1_ACTIVE1 = 1,
}Variants§
Implementations§
Source§impl LpmL1Active
impl LpmL1Active
Trait Implementations§
Source§impl Clone for LpmL1Active
impl Clone for LpmL1Active
Source§fn clone(&self) -> LpmL1Active
fn clone(&self) -> LpmL1Active
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 LpmL1Active
impl Debug for LpmL1Active
Source§impl From<LpmL1Active> for u8
impl From<LpmL1Active> for u8
Source§fn from(val: LpmL1Active) -> u8
fn from(val: LpmL1Active) -> u8
Converts to this type from the input type.
Source§impl From<u8> for LpmL1Active
impl From<u8> for LpmL1Active
Source§fn from(val: u8) -> LpmL1Active
fn from(val: u8) -> LpmL1Active
Converts to this type from the input type.
Source§impl Ord for LpmL1Active
impl Ord for LpmL1Active
Source§fn cmp(&self, other: &LpmL1Active) -> Ordering
fn cmp(&self, other: &LpmL1Active) -> 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 LpmL1Active
impl PartialEq for LpmL1Active
Source§impl PartialOrd for LpmL1Active
impl PartialOrd for LpmL1Active
impl Copy for LpmL1Active
impl Eq for LpmL1Active
impl StructuralPartialEq for LpmL1Active
Auto Trait Implementations§
impl Freeze for LpmL1Active
impl RefUnwindSafe for LpmL1Active
impl Send for LpmL1Active
impl Sync for LpmL1Active
impl Unpin for LpmL1Active
impl UnwindSafe for LpmL1Active
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