pub enum F {}
Expand description
Type-level variant of AlternateConfig
for alternate peripheral function F
Trait Implementations
sourceimpl AlternateConfig for F
impl AlternateConfig for F
sourceconst DYN: DynAlternate = DynAlternate::F
const DYN: DynAlternate = DynAlternate::F
Corresponding DynAlternate
Auto Trait Implementations
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more