pub struct Alternate<C: AlternateConfig> { /* private fields */ }Expand description
Type-level variant of PinMode for alternate peripheral functions
Type C is an AlternateConfig
Trait Implementations
sourceimpl<C: AlternateConfig> PinMode for Alternate<C>
 
impl<C: AlternateConfig> PinMode for Alternate<C>
sourceconst DYN: DynPinMode = _
 
const DYN: DynPinMode = _
Corresponding 
DynPinModeAuto Trait Implementations
impl<C> RefUnwindSafe for Alternate<C>where
    C: RefUnwindSafe,
impl<C> Send for Alternate<C>where
    C: Send,
impl<C> Sync for Alternate<C>where
    C: Sync,
impl<C> Unpin for Alternate<C>where
    C: Unpin,
impl<C> UnwindSafe for Alternate<C>where
    C: UnwindSafe,
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
    T: ?Sized,
 
impl<T> BorrowMut<T> for Twhere
    T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
 
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more