pub struct SetOutput;Expand description
Drive the output of an I/O line high.
Trait Implementations§
impl Configured for SetOutput
impl OutputWriteCfg for SetOutput
Auto Trait Implementations§
impl Freeze for SetOutput
impl RefUnwindSafe for SetOutput
impl Send for SetOutput
impl Sync for SetOutput
impl Unpin for SetOutput
impl UnwindSafe for SetOutput
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