Enum esp8266_hal::gpio::InterruptMode
source · [−]#[repr(u8)]
pub enum InterruptMode {
Disabled,
PositiveEdge,
NegativeEdge,
BothEdges,
LowLevel,
HighLevel,
}
Variants
Disabled
PositiveEdge
NegativeEdge
BothEdges
LowLevel
HighLevel
Auto Trait Implementations
impl RefUnwindSafe for InterruptMode
impl Send for InterruptMode
impl Sync for InterruptMode
impl Unpin for InterruptMode
impl UnwindSafe for InterruptMode
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