pub struct SimObject {
pub sim_time: SimTime,
pub mods: Vec<Module>,
}Expand description
Simulation object
Contains file metadata and modules
Fields§
§sim_time: SimTimeSimulation timing information
mods: Vec<Module>Object modules
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SimObject
impl RefUnwindSafe for SimObject
impl Send for SimObject
impl Sync for SimObject
impl Unpin for SimObject
impl UnwindSafe for SimObject
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