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