pub struct Output<'d> { /* private fields */ }Expand description
Digital output pin driver.
Implementations§
Trait Implementations§
impl Sealed for Output<'_>
Source§impl StatefulOutputPin for Output<'_>
impl StatefulOutputPin for Output<'_>
Auto Trait Implementations§
impl<'d> !UnwindSafe for Output<'d>
impl<'d> Freeze for Output<'d>
impl<'d> RefUnwindSafe for Output<'d>
impl<'d> Send for Output<'d>
impl<'d> Sync for Output<'d>
impl<'d> Unpin for Output<'d>
impl<'d> UnsafeUnpin for Output<'d>
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