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