pub enum F {}
Expand description
Type-level variant of AlternateConfig
for alternate peripheral function F
Trait Implementations§
Source§impl AlternateConfig for F
impl AlternateConfig for F
Source§const DYN: DynAlternate = DynAlternate::F
const DYN: DynAlternate = DynAlternate::F
Corresponding
DynAlternate
Auto Trait Implementations§
impl Freeze for F
impl RefUnwindSafe for F
impl Send for F
impl Sync for F
impl Unpin for F
impl UnwindSafe for F
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