pub struct WaiCommand;
Expand description
§10.39 *WAI, Wait-to-Continue Command
The Wait-to-Continue command shall prevent the device from executing any further commands or queries until the no- operation-pending flag is TRUE. See 12.5.1.
NOTE - In a device that implements only sequential commands, the no-operation-pending flag is always TRUE
Trait Implementations§
Source§impl Clone for WaiCommand
impl Clone for WaiCommand
Source§fn clone(&self) -> WaiCommand
fn clone(&self) -> WaiCommand
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl<D> Command<D> for WaiCommand
impl<D> Command<D> for WaiCommand
Source§impl Debug for WaiCommand
impl Debug for WaiCommand
impl Copy for WaiCommand
Auto Trait Implementations§
impl Freeze for WaiCommand
impl RefUnwindSafe for WaiCommand
impl Send for WaiCommand
impl Sync for WaiCommand
impl Unpin for WaiCommand
impl UnwindSafe for WaiCommand
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