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