pub enum ExtiMode {
Rising,
Falling,
RisingFalling,
}
Variants§
Auto Trait Implementations§
impl Freeze for ExtiMode
impl RefUnwindSafe for ExtiMode
impl Send for ExtiMode
impl Sync for ExtiMode
impl Unpin for ExtiMode
impl UnwindSafe for ExtiMode
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