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