#[repr(u8)]pub enum Im2 {
DISABLED = 0,
RISING = 1,
FALLING = 2,
BOTH = 3,
}Variants§
DISABLED = 0
Capture disabled.
RISING = 1
Capture on rising edge only.
FALLING = 2
Capture on falling edge only.
BOTH = 3
Capture on both edges.
Implementations§
Trait Implementations§
Source§impl Ord for Im2
impl Ord for Im2
Source§impl PartialOrd for Im2
impl PartialOrd for Im2
impl Copy for Im2
impl Eq for Im2
impl StructuralPartialEq for Im2
Auto Trait Implementations§
impl Freeze for Im2
impl RefUnwindSafe for Im2
impl Send for Im2
impl Sync for Im2
impl Unpin for Im2
impl UnwindSafe for Im2
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