pub enum G {}
Expand description
Type-level variant of AlternateConfig
for alternate peripheral function G
Trait Implementations
sourceimpl AlternateConfig for G
impl AlternateConfig for G
sourceconst DYN: DynAlternate = DynAlternate::G
const DYN: DynAlternate = DynAlternate::G
Corresponding
DynAlternate
Auto Trait Implementations
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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