pub enum InputCaptureMode {
Rising,
Falling,
BothEdges,
}Expand description
Input capture mode.
Variants§
Trait Implementations§
Source§impl Clone for InputCaptureMode
impl Clone for InputCaptureMode
Source§fn clone(&self) -> InputCaptureMode
fn clone(&self) -> InputCaptureMode
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Format for InputCaptureMode
impl Format for InputCaptureMode
impl Copy for InputCaptureMode
Auto Trait Implementations§
impl Freeze for InputCaptureMode
impl RefUnwindSafe for InputCaptureMode
impl Send for InputCaptureMode
impl Sync for InputCaptureMode
impl Unpin for InputCaptureMode
impl UnwindSafe for InputCaptureMode
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<T> ToMutAligned for Twhere
T: ?Sized,
impl<T> ToMutAligned for Twhere
T: ?Sized,
Source§fn to_mut_aligned<A>(&mut self) -> &mut Aligned<A, <T as ToMutAligned>::Element>where
A: Alignment,
fn to_mut_aligned<A>(&mut self) -> &mut Aligned<A, <T as ToMutAligned>::Element>where
A: Alignment,
Create a type-checked aligned value from a value that is aligned.