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