pub enum K {}Expand description
Type-level variant of AlternateConfig for alternate peripheral function K
Trait Implementations
sourceimpl AlternateConfig for K
 
impl AlternateConfig for K
sourceconst DYN: DynAlternate = DynAlternate::K
 
const DYN: DynAlternate = DynAlternate::K
Corresponding 
DynAlternateAuto 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