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