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