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