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