pub enum ALRAIE {
Disabled = 0,
Enabled = 1,
}
Expand description
Alarm %s interrupt enable
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for ALRAIE
impl Eq for ALRAIE
impl StructuralPartialEq for ALRAIE
Auto Trait Implementations§
impl Freeze for ALRAIE
impl RefUnwindSafe for ALRAIE
impl Send for ALRAIE
impl Sync for ALRAIE
impl Unpin for ALRAIE
impl UnwindSafe for ALRAIE
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