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