Enum qapi_qmp::LostTickPolicy[][src]

pub enum LostTickPolicy {
    discard,
    delay,
    merge,
    slew,
}

Variants

Trait Implementations

impl Debug for LostTickPolicy
[src]

Formats the value using the given formatter. Read more

impl Clone for LostTickPolicy
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations