pub enum INTERRUPT_MASK_A {
MASK = 1,
UNMASK = 0,
}
Expand description
Control frame received interrupt mask
Value on reset: 0
Variants§
Trait Implementations§
Source§impl Clone for INTERRUPT_MASK_A
impl Clone for INTERRUPT_MASK_A
Source§fn clone(&self) -> INTERRUPT_MASK_A
fn clone(&self) -> INTERRUPT_MASK_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 INTERRUPT_MASK_A
impl Debug for INTERRUPT_MASK_A
Source§impl From<INTERRUPT_MASK_A> for bool
impl From<INTERRUPT_MASK_A> for bool
Source§fn from(variant: INTERRUPT_MASK_A) -> Self
fn from(variant: INTERRUPT_MASK_A) -> Self
Converts to this type from the input type.
Source§impl PartialEq for INTERRUPT_MASK_A
impl PartialEq for INTERRUPT_MASK_A
impl Copy for INTERRUPT_MASK_A
impl Eq for INTERRUPT_MASK_A
impl StructuralPartialEq for INTERRUPT_MASK_A
Auto Trait Implementations§
impl Freeze for INTERRUPT_MASK_A
impl RefUnwindSafe for INTERRUPT_MASK_A
impl Send for INTERRUPT_MASK_A
impl Sync for INTERRUPT_MASK_A
impl Unpin for INTERRUPT_MASK_A
impl UnwindSafe for INTERRUPT_MASK_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