Enum esp8266_hal::interrupt::InterruptType
source · [−]#[repr(u8)]
pub enum InterruptType {
SLC,
SPI,
GPIO,
UART,
CCOMPARE,
SOFT,
WDT,
TIMER1,
}
Variants
SLC
SPI
GPIO
UART
CCOMPARE
SOFT
WDT
TIMER1
Auto Trait Implementations
impl RefUnwindSafe for InterruptType
impl Send for InterruptType
impl Sync for InterruptType
impl Unpin for InterruptType
impl UnwindSafe for InterruptType
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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