Enum embassy_stm32::timer::InputCaptureMode
source · 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 copy 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 moreimpl 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