pub struct Output<C: OutputConfig> { /* private fields */ }
Expand description
Trait Implementations
sourceimpl<C: OutputConfig> PinMode for Output<C>
impl<C: OutputConfig> PinMode for Output<C>
sourceconst DYN: DynPinMode = _
const DYN: DynPinMode = _
Corresponding
DynPinMode
Auto Trait Implementations
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
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