pub enum INTERRUPT_MASK {
Masked = 0,
Unmasked = 1,
}Expand description
Interrupt Mask on line %s
Value on reset: 0
Variants§
Trait Implementations§
Source§impl Clone for INTERRUPT_MASK
impl Clone for INTERRUPT_MASK
Source§fn clone(&self) -> INTERRUPT_MASK
fn clone(&self) -> INTERRUPT_MASK
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 INTERRUPT_MASK
impl Debug for INTERRUPT_MASK
Source§impl PartialEq for INTERRUPT_MASK
impl PartialEq for INTERRUPT_MASK
impl Copy for INTERRUPT_MASK
impl Eq for INTERRUPT_MASK
impl StructuralPartialEq for INTERRUPT_MASK
Auto Trait Implementations§
impl Freeze for INTERRUPT_MASK
impl RefUnwindSafe for INTERRUPT_MASK
impl Send for INTERRUPT_MASK
impl Sync for INTERRUPT_MASK
impl Unpin for INTERRUPT_MASK
impl UnwindSafe for INTERRUPT_MASK
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