Enum Ftm2ch1sel
pub enum Ftm2ch1sel {
_0 = 0,
_1 = 1,
}Expand description
FTM2 CH1 Select
Value on reset: 0
Variants§
Trait Implementations§
§impl Clone for Ftm2ch1sel
impl Clone for Ftm2ch1sel
§fn clone(&self) -> Ftm2ch1sel
fn clone(&self) -> Ftm2ch1sel
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 more§impl Debug for Ftm2ch1sel
impl Debug for Ftm2ch1sel
§impl Format for Ftm2ch1sel
impl Format for Ftm2ch1sel
§impl From<Ftm2ch1sel> for bool
impl From<Ftm2ch1sel> for bool
§fn from(variant: Ftm2ch1sel) -> Self
fn from(variant: Ftm2ch1sel) -> Self
Converts to this type from the input type.
§impl PartialEq for Ftm2ch1sel
impl PartialEq for Ftm2ch1sel
impl Copy for Ftm2ch1sel
impl Eq for Ftm2ch1sel
impl StructuralPartialEq for Ftm2ch1sel
Auto Trait Implementations§
impl Freeze for Ftm2ch1sel
impl RefUnwindSafe for Ftm2ch1sel
impl Send for Ftm2ch1sel
impl Sync for Ftm2ch1sel
impl Unpin for Ftm2ch1sel
impl UnwindSafe for Ftm2ch1sel
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