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