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

Trait Implementations

impl Debug for BlockdevOptionsNfs
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for BlockdevOptionsNfs
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations