#[repr(u8)]pub enum Spdes {
FALLING_EDGE = 0,
RISING_EDGE = 1,
}Variants§
Implementations§
Trait Implementations§
Source§impl Ord for Spdes
impl Ord for Spdes
Source§impl PartialOrd for Spdes
impl PartialOrd for Spdes
impl Copy for Spdes
impl Eq for Spdes
impl StructuralPartialEq for Spdes
Auto Trait Implementations§
impl Freeze for Spdes
impl RefUnwindSafe for Spdes
impl Send for Spdes
impl Sync for Spdes
impl Unpin for Spdes
impl UnwindSafe for Spdes
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