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