#[repr(u8)]pub enum Wupe16 {
DISABLE = 0,
EN_RISE_HI = 1,
EN_FALL_LO = 2,
EN_ANY = 3,
}Variants§
DISABLE = 0
Disable
EN_RISE_HI = 1
Enable (detect on rising edge or high level)
EN_FALL_LO = 2
Enable (detect on falling edge or low level)
EN_ANY = 3
Enable (detect on any edge)
Implementations§
Trait Implementations§
Source§impl Ord for Wupe16
impl Ord for Wupe16
Source§impl PartialOrd for Wupe16
impl PartialOrd for Wupe16
impl Copy for Wupe16
impl Eq for Wupe16
impl StructuralPartialEq for Wupe16
Auto Trait Implementations§
impl Freeze for Wupe16
impl RefUnwindSafe for Wupe16
impl Send for Wupe16
impl Sync for Wupe16
impl Unpin for Wupe16
impl UnwindSafe for Wupe16
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