Struct qapi_qmp::BlockdevOptionsNull[][src]

pub struct BlockdevOptionsNull {
    pub latency_ns: Option<u64>,
    pub size: Option<isize>,
}

Fields

Trait Implementations

impl Debug for BlockdevOptionsNull
[src]

Formats the value using the given formatter. Read more

impl Clone for BlockdevOptionsNull
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for BlockdevOptionsNull

impl Sync for BlockdevOptionsNull