pub enum EXTI2 {
NotInterrupted = 0,
Interrupted = 1,
}
Expand description
EXTI2
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for EXTI2
impl Eq for EXTI2
impl StructuralPartialEq for EXTI2
Auto Trait Implementations§
impl Freeze for EXTI2
impl RefUnwindSafe for EXTI2
impl Send for EXTI2
impl Sync for EXTI2
impl Unpin for EXTI2
impl UnwindSafe for EXTI2
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