pub struct SimNet { /* private fields */ }Expand description
running simulation
Implementations§
Auto Trait Implementations§
impl Freeze for SimNet
impl !RefUnwindSafe for SimNet
impl Send for SimNet
impl Sync for SimNet
impl Unpin for SimNet
impl !UnwindSafe for SimNet
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