#[repr(u8)]pub enum PmprotLpmode {
Show 16 variants
DISABLED = 0,
EN = 1,
EN1 = 2,
EN2 = 3,
EN3 = 4,
EN4 = 5,
EN5 = 6,
EN6 = 7,
EN7 = 8,
EN8 = 9,
EN9 = 10,
EN10 = 11,
EN11 = 12,
EN12 = 13,
EN13 = 14,
EN14 = 15,
}Variants§
DISABLED = 0
Not allowed
EN = 1
Allowed
EN1 = 2
Allowed
EN2 = 3
Allowed
EN3 = 4
Allowed
EN4 = 5
Allowed
EN5 = 6
Allowed
EN6 = 7
Allowed
EN7 = 8
Allowed
EN8 = 9
Allowed
EN9 = 10
Allowed
EN10 = 11
Allowed
EN11 = 12
Allowed
EN12 = 13
Allowed
EN13 = 14
Allowed
EN14 = 15
Allowed
Implementations§
Source§impl PmprotLpmode
impl PmprotLpmode
Trait Implementations§
Source§impl Clone for PmprotLpmode
impl Clone for PmprotLpmode
Source§fn clone(&self) -> PmprotLpmode
fn clone(&self) -> PmprotLpmode
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 PmprotLpmode
impl Debug for PmprotLpmode
Source§impl From<PmprotLpmode> for u8
impl From<PmprotLpmode> for u8
Source§fn from(val: PmprotLpmode) -> u8
fn from(val: PmprotLpmode) -> u8
Converts to this type from the input type.
Source§impl From<u8> for PmprotLpmode
impl From<u8> for PmprotLpmode
Source§fn from(val: u8) -> PmprotLpmode
fn from(val: u8) -> PmprotLpmode
Converts to this type from the input type.
Source§impl Ord for PmprotLpmode
impl Ord for PmprotLpmode
Source§fn cmp(&self, other: &PmprotLpmode) -> Ordering
fn cmp(&self, other: &PmprotLpmode) -> 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 PmprotLpmode
impl PartialEq for PmprotLpmode
Source§impl PartialOrd for PmprotLpmode
impl PartialOrd for PmprotLpmode
impl Copy for PmprotLpmode
impl Eq for PmprotLpmode
impl StructuralPartialEq for PmprotLpmode
Auto Trait Implementations§
impl Freeze for PmprotLpmode
impl RefUnwindSafe for PmprotLpmode
impl Send for PmprotLpmode
impl Sync for PmprotLpmode
impl Unpin for PmprotLpmode
impl UnwindSafe for PmprotLpmode
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