pub struct Output<MODE, PUMODE> { /* private fields */ }
Expand description
Output mode (type state) indicating that the pin is configured as an output
Auto Trait Implementations§
impl<MODE, PUMODE> Freeze for Output<MODE, PUMODE>
impl<MODE, PUMODE> RefUnwindSafe for Output<MODE, PUMODE>where
MODE: RefUnwindSafe,
PUMODE: RefUnwindSafe,
impl<MODE, PUMODE> Send for Output<MODE, PUMODE>
impl<MODE, PUMODE> Sync for Output<MODE, PUMODE>
impl<MODE, PUMODE> Unpin for Output<MODE, PUMODE>
impl<MODE, PUMODE> UnwindSafe for Output<MODE, PUMODE>where
MODE: UnwindSafe,
PUMODE: 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