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 BlockdevCreateOptionsNfsfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Clone for BlockdevCreateOptionsNfs[src]
impl Clone for BlockdevCreateOptionsNfsfn clone(&self) -> BlockdevCreateOptionsNfs[src]
fn clone(&self) -> BlockdevCreateOptionsNfsReturns 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 BlockdevCreateOptionsNfsimpl Sync for BlockdevCreateOptionsNfs
impl Sync for BlockdevCreateOptionsNfs