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