pub struct SimParams {
pub mean_service_time: f64,
pub mean_inter_arrival_time: f64,
}
Fields§
§mean_service_time: f64
§mean_inter_arrival_time: f64
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SimParams
impl RefUnwindSafe for SimParams
impl Send for SimParams
impl Sync for SimParams
impl Unpin for SimParams
impl UnwindSafe for SimParams
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