Enum visa_api::CommonCommands
source · pub enum CommonCommands {
Show 14 variants
ClearStatus,
EventStatusEnable,
EventStatusEnableQuery,
EventStatusEnableRegister,
Identify,
OperationCompleteCommand,
OperationCompleteQuery,
IdentifyOptionsQuery,
Reset,
ServiceRequestEnable,
ServiceRequestEnableQuery,
StatusByteQuery,
ResultOfSelfTestQuery,
Wait,
}Expand description
IEEE 488.2 common commands
Variants§
ClearStatus
EventStatusEnable
EventStatusEnableQuery
EventStatusEnableRegister
Identify
OperationCompleteCommand
OperationCompleteQuery
IdentifyOptionsQuery
Reset
ServiceRequestEnable
ServiceRequestEnableQuery
StatusByteQuery
ResultOfSelfTestQuery
Wait
Trait Implementations§
source§impl AsRef<str> for CommonCommands
impl AsRef<str> for CommonCommands
source§impl Debug for CommonCommands
impl Debug for CommonCommands
source§impl Display for CommonCommands
impl Display for CommonCommands
source§impl PartialEq for CommonCommands
impl PartialEq for CommonCommands
source§fn eq(&self, other: &CommonCommands) -> bool
fn eq(&self, other: &CommonCommands) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for CommonCommands
Auto Trait Implementations§
impl RefUnwindSafe for CommonCommands
impl Send for CommonCommands
impl Sync for CommonCommands
impl Unpin for CommonCommands
impl UnwindSafe for CommonCommands
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