pub struct ClsCommand;
Expand description
§10.3 *CLS, Clear Status Command
The Clear Status command clears status data structures, see 11.1.2, and forces the device to the Operation Complete Command Idle State and the Operation Complete Query Idle State, see 12.5.2 and 12.5.3.
If the Clear Status command immediately follows a
, the Output Queue and the MAV bit will be cleared because any new after a clears the Output Queue, see 6.3.2.3.
Implementations§
Trait Implementations§
Source§impl Clone for ClsCommand
impl Clone for ClsCommand
Source§fn clone(&self) -> ClsCommand
fn clone(&self) -> ClsCommand
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 ClsCommand
impl<D> Command<D> for ClsCommand
Source§impl Debug for ClsCommand
impl Debug for ClsCommand
impl Copy for ClsCommand
Auto Trait Implementations§
impl Freeze for ClsCommand
impl RefUnwindSafe for ClsCommand
impl Send for ClsCommand
impl Sync for ClsCommand
impl Unpin for ClsCommand
impl UnwindSafe for ClsCommand
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