Enum Errmsk
pub enum Errmsk {
_0 = 0,
_1 = 1,
}Expand description
Error Interrupt Mask
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for Errmsk
impl Eq for Errmsk
impl StructuralPartialEq for Errmsk
Auto Trait Implementations§
impl Freeze for Errmsk
impl RefUnwindSafe for Errmsk
impl Send for Errmsk
impl Sync for Errmsk
impl Unpin for Errmsk
impl UnwindSafe for Errmsk
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