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