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