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