pub struct TrgCommand;
Expand description
§10.37 *TRG, Trigger Command
The Trigger command is the device-specific analog of the IEEE 488.1 defined Group Execute Trigger (GET) interface message, and has exactly the same effect as a GET when received, parsed, and executed by the device. GET operation is discussed in detail in 6.1.4.2.5.
Trait Implementations§
Source§impl<D> Command<D> for TrgCommand
impl<D> Command<D> for TrgCommand
Auto Trait Implementations§
impl Freeze for TrgCommand
impl RefUnwindSafe for TrgCommand
impl Send for TrgCommand
impl Sync for TrgCommand
impl Unpin for TrgCommand
impl UnwindSafe for TrgCommand
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