pub struct DatasetSubset { /* private fields */ }Implementations§
Source§impl DatasetSubset
impl DatasetSubset
pub fn measurements(&self) -> &MeasurementStack
pub fn configuration(&self) -> &SimulationConfiguration
pub fn ground_truth_object(&self) -> Option<&Array2<Complex64>>
pub fn valid_object_mask(&self) -> Option<&Array2<u8>>
pub fn provenance(&self) -> &BTreeMap<String, String>
pub fn measurement_units(&self) -> Option<&str>
pub fn reconstruction_problem( &self, ) -> Result<ReconstructionProblem<MeasurementStack>>
Trait Implementations§
Source§impl Clone for DatasetSubset
impl Clone for DatasetSubset
Source§fn clone(&self) -> DatasetSubset
fn clone(&self) -> DatasetSubset
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 DatasetSubset
impl RefUnwindSafe for DatasetSubset
impl Send for DatasetSubset
impl Sync for DatasetSubset
impl Unpin for DatasetSubset
impl UnsafeUnpin for DatasetSubset
impl UnwindSafe for DatasetSubset
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