Enum batsim::json_protocol::Profile [] [src]

pub enum Profile {
    Delay {
        delay: f64,
    },
    MsgParHg {
        com: f64,
        cpu: f64,
    },
}

Variants

Fields of Delay

Fields of MsgParHg

Trait Implementations

impl Clone for Profile
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Profile
[src]

Formats the value using the given formatter.