Enum Ftm2ch0sel
#[repr(u8)]pub enum Ftm2ch0sel {
_00 = 0,
_01 = 1,
}Expand description
FTM2 CH0 Select
Value on reset: 0
Variants§
Trait Implementations§
§impl Clone for Ftm2ch0sel
impl Clone for Ftm2ch0sel
§fn clone(&self) -> Ftm2ch0sel
fn clone(&self) -> Ftm2ch0sel
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 Ftm2ch0sel
impl Debug for Ftm2ch0sel
§impl Format for Ftm2ch0sel
impl Format for Ftm2ch0sel
§impl From<Ftm2ch0sel> for u8
impl From<Ftm2ch0sel> for u8
§fn from(variant: Ftm2ch0sel) -> Self
fn from(variant: Ftm2ch0sel) -> Self
Converts to this type from the input type.
§impl PartialEq for Ftm2ch0sel
impl PartialEq for Ftm2ch0sel
impl Copy for Ftm2ch0sel
impl Eq for Ftm2ch0sel
impl IsEnum for Ftm2ch0sel
impl StructuralPartialEq for Ftm2ch0sel
Auto Trait Implementations§
impl Freeze for Ftm2ch0sel
impl RefUnwindSafe for Ftm2ch0sel
impl Send for Ftm2ch0sel
impl Sync for Ftm2ch0sel
impl Unpin for Ftm2ch0sel
impl UnwindSafe for Ftm2ch0sel
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