pub struct JobID(/* private fields */);Expand description
Job ID of an asynchronous operation.
Returned by Instrument::visa_read_async or Instrument::visa_write_async, used to be compared with the attribute AttrJobId got from Event to distinguish operations.
Implementations§
Trait Implementations§
Source§impl Ord for JobID
impl Ord for JobID
Source§impl PartialOrd for JobID
impl PartialOrd for JobID
impl Copy for JobID
impl Eq for JobID
impl StructuralPartialEq for JobID
Auto Trait Implementations§
impl Freeze for JobID
impl RefUnwindSafe for JobID
impl Send for JobID
impl Sync for JobID
impl Unpin for JobID
impl UnwindSafe for JobID
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