Struct qapi_qmp::BlockdevOptionsNull [−][src]
Fields
latency_ns: Option<u64>
size: Option<isize>
Trait Implementations
impl Debug for BlockdevOptionsNull
[src]
impl Debug for BlockdevOptionsNull
fn fmt(&self, f: &mut Formatter) -> Result
[src]
fn fmt(&self, f: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl Clone for BlockdevOptionsNull
[src]
impl Clone for BlockdevOptionsNull
fn clone(&self) -> BlockdevOptionsNull
[src]
fn clone(&self) -> BlockdevOptionsNull
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
fn clone_from(&mut self, source: &Self)
1.0.0
[src]Performs copy-assignment from source
. Read more
Auto Trait Implementations
impl Send for BlockdevOptionsNull
impl Send for BlockdevOptionsNull
impl Sync for BlockdevOptionsNull
impl Sync for BlockdevOptionsNull