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