pub struct StbCommand;
Expand description
§10.36 *STB?, Read Status Byte Query
The Read Status Byte query allows the programmer to read the status byte and Master Summary Status bit.
Trait Implementations§
Source§impl Clone for StbCommand
impl Clone for StbCommand
Source§fn clone(&self) -> StbCommand
fn clone(&self) -> StbCommand
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 StbCommand
impl<D> Command<D> for StbCommand
Source§fn meta(&self) -> CommandTypeMeta
fn meta(&self) -> CommandTypeMeta
Hint about the allowed forms this command allows. Read more
Source§fn query(
&self,
device: &mut D,
context: &mut Context<'_>,
_params: Parameters<'_, '_>,
response: ResponseUnit<'_>,
) -> Result<()>
fn query( &self, device: &mut D, context: &mut Context<'_>, _params: Parameters<'_, '_>, response: ResponseUnit<'_>, ) -> Result<()>
Called when the query form
COMmand?
is used Read moreSource§impl Debug for StbCommand
impl Debug for StbCommand
impl Copy for StbCommand
Auto Trait Implementations§
impl Freeze for StbCommand
impl RefUnwindSafe for StbCommand
impl Send for StbCommand
impl Sync for StbCommand
impl Unpin for StbCommand
impl UnwindSafe for StbCommand
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