Enum batsim::json_protocol::Profile
[−]
[src]
pub enum Profile { Delay { delay: f64, }, MsgParHg { com: f64, cpu: f64, }, }
Variants
Delay
Fields of Delay
delay: f64 |
MsgParHg
Fields of MsgParHg
com: f64 | |
cpu: f64 |
Trait Implementations
impl Clone for Profile
[src]
fn clone(&self) -> Profile
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0
Performs copy-assignment from source
. Read more