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