pub struct OutputPin { /* private fields */ }Trait Implementations§
Source§impl StatefulOutputPin for OutputPin
impl StatefulOutputPin for OutputPin
Auto Trait Implementations§
impl Freeze for OutputPin
impl !RefUnwindSafe for OutputPin
impl !Send for OutputPin
impl !Sync for OutputPin
impl Unpin for OutputPin
impl !UnwindSafe for OutputPin
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