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