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