#[repr(u8)]pub enum Wupe30 {
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 Wupe30
impl Ord for Wupe30
Source§impl PartialOrd for Wupe30
impl PartialOrd for Wupe30
impl Copy for Wupe30
impl Eq for Wupe30
impl StructuralPartialEq for Wupe30
Auto Trait Implementations§
impl Freeze for Wupe30
impl RefUnwindSafe for Wupe30
impl Send for Wupe30
impl Sync for Wupe30
impl Unpin for Wupe30
impl UnwindSafe for Wupe30
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