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