Struct qapi_qmp::BlockdevCreateOptionsNfs [−][src]
pub struct BlockdevCreateOptionsNfs { pub size: usize, pub location: BlockdevOptionsNfs, }
Fields
size: usize
location: BlockdevOptionsNfs
Trait Implementations
impl Debug for BlockdevCreateOptionsNfs
[src]
impl Debug for BlockdevCreateOptionsNfs
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 BlockdevCreateOptionsNfs
[src]
impl Clone for BlockdevCreateOptionsNfs
fn clone(&self) -> BlockdevCreateOptionsNfs
[src]
fn clone(&self) -> BlockdevCreateOptionsNfs
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 BlockdevCreateOptionsNfs
impl Send for BlockdevCreateOptionsNfs
impl Sync for BlockdevCreateOptionsNfs
impl Sync for BlockdevCreateOptionsNfs