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