pub enum HRESP_ERR_INT_A {
HRESP_ERR_INT_0 = 0,
HRESP_ERR_INT_1 = 1,
}
Expand description
Hresponse Error Interrupt Status
Value on reset: 0
Variants§
Trait Implementations§
Source§impl Clone for HRESP_ERR_INT_A
impl Clone for HRESP_ERR_INT_A
Source§fn clone(&self) -> HRESP_ERR_INT_A
fn clone(&self) -> HRESP_ERR_INT_A
Returns a copy 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 HRESP_ERR_INT_A
impl Debug for HRESP_ERR_INT_A
Source§impl From<HRESP_ERR_INT_A> for bool
impl From<HRESP_ERR_INT_A> for bool
Source§fn from(variant: HRESP_ERR_INT_A) -> Self
fn from(variant: HRESP_ERR_INT_A) -> Self
Converts to this type from the input type.
Source§impl PartialEq for HRESP_ERR_INT_A
impl PartialEq for HRESP_ERR_INT_A
impl Copy for HRESP_ERR_INT_A
impl StructuralPartialEq for HRESP_ERR_INT_A
Auto Trait Implementations§
impl Freeze for HRESP_ERR_INT_A
impl RefUnwindSafe for HRESP_ERR_INT_A
impl Send for HRESP_ERR_INT_A
impl Sync for HRESP_ERR_INT_A
impl Unpin for HRESP_ERR_INT_A
impl UnwindSafe for HRESP_ERR_INT_A
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)