pub struct SIO { /* private fields */ }Expand description
SIO - Set Output
This command sets the status of a digital output either to low (0) or to high (1).
Implementations§
Trait Implementations§
Source§impl Instruction for SIO
impl Instruction for SIO
impl StructuralPartialEq for SIO
impl TmcmInstruction for SIO
Auto Trait Implementations§
impl Freeze for SIO
impl RefUnwindSafe for SIO
impl Send for SIO
impl Sync for SIO
impl Unpin for SIO
impl UnwindSafe for SIO
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