Struct qapi_qmp::BlockdevOptionsNfs[][src]

pub struct BlockdevOptionsNfs {
    pub group: Option<isize>,
    pub server: NFSServer,
    pub readahead_size: Option<isize>,
    pub user: Option<isize>,
    pub debug: Option<isize>,
    pub path: String,
    pub tcp_syn_count: Option<isize>,
    pub page_cache_size: Option<isize>,
}

Fields

Trait Implementations

impl Debug for BlockdevOptionsNfs
[src]

Formats the value using the given formatter. Read more

impl Clone for BlockdevOptionsNfs
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for BlockdevOptionsNfs

impl Sync for BlockdevOptionsNfs