Enum esp32c2_hal::interrupt::InterruptKind
source · pub enum InterruptKind {
Level,
Edge,
}
Expand description
Interrupt kind
Variants§
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§
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