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