Struct qapi_qmp::BlockdevOptionsGluster[][src]

pub struct BlockdevOptionsGluster {
    pub logfile: Option<String>,
    pub path: String,
    pub volume: String,
    pub server: Vec<SocketAddress>,
    pub debug: Option<isize>,
}

Fields

Trait Implementations

impl Debug for BlockdevOptionsGluster
[src]

Formats the value using the given formatter. Read more

impl Clone for BlockdevOptionsGluster
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for BlockdevOptionsGluster

impl Sync for BlockdevOptionsGluster