pub struct Output<C: OutputConfig> { /* private fields */ }Expand description
Trait Implementations§
Source§impl<C: OutputConfig> PinMode for Output<C>
 
impl<C: OutputConfig> PinMode for Output<C>
Source§const DYN: DynPinMode
 
const DYN: DynPinMode
Corresponding 
DynPinModeAuto Trait Implementations§
impl<C> Freeze for Output<C>
impl<C> RefUnwindSafe for Output<C>where
    C: RefUnwindSafe,
impl<C> Send for Output<C>where
    C: Send,
impl<C> Sync for Output<C>where
    C: Sync,
impl<C> Unpin for Output<C>where
    C: Unpin,
impl<C> UnwindSafe for Output<C>where
    C: UnwindSafe,
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