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