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