Struct qapi_qmp::BlockdevOptionsNfs
[−]
[src]
pub struct BlockdevOptionsNfs { pub server: NFSServer, pub group: Option<isize>, pub tcp_syn_count: Option<isize>, pub user: Option<isize>, pub debug: Option<isize>, pub page_cache_size: Option<isize>, pub readahead_size: Option<isize>, pub path: String, }
Fields
server: NFSServer
group: Option<isize>
tcp_syn_count: Option<isize>
user: Option<isize>
debug: Option<isize>
page_cache_size: Option<isize>
readahead_size: Option<isize>
path: String
Trait Implementations
impl Debug for BlockdevOptionsNfs
[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result
[src]
Formats the value using the given formatter. Read more
impl Clone for BlockdevOptionsNfs
[src]
fn clone(&self) -> BlockdevOptionsNfs
[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
Performs copy-assignment from source
. Read more