pub struct Results {
pub main: MainResult,
pub files: Vec<String>,
pub total_particle_repetition: Array2<f64>,
pub property_name: Vec<String>,
}
Fields§
§main: MainResult
§files: Vec<String>
§total_particle_repetition: Array2<f64>
§property_name: Vec<String>
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Results
impl RefUnwindSafe for Results
impl Send for Results
impl Sync for Results
impl Unpin for Results
impl UnwindSafe for Results
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