Enum esp32c2_hal::interrupt::InterruptKind
source · pub enum InterruptKind {
Level,
Edge,
}
Expand description
Interrupt kind
Variants
Level
Level interrupt
Edge
Edge interrupt
Auto Trait Implementations
impl RefUnwindSafe for InterruptKind
impl Send for InterruptKind
impl Sync for InterruptKind
impl Unpin for InterruptKind
impl UnwindSafe for InterruptKind
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more