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