pub struct DetectorSampleBatch {
pub measurements: PackedShots,
pub detectors: PackedShots,
pub observables: PackedShots,
}Expand description
Packed measurement, detector, and observable samples from one shot batch.
Fields§
§measurements: PackedShots§detectors: PackedShots§observables: PackedShotsTrait Implementations§
Source§impl Clone for DetectorSampleBatch
impl Clone for DetectorSampleBatch
Source§fn clone(&self) -> DetectorSampleBatch
fn clone(&self) -> DetectorSampleBatch
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for DetectorSampleBatch
impl RefUnwindSafe for DetectorSampleBatch
impl Send for DetectorSampleBatch
impl Sync for DetectorSampleBatch
impl Unpin for DetectorSampleBatch
impl UnsafeUnpin for DetectorSampleBatch
impl UnwindSafe for DetectorSampleBatch
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