Struct qapi_qmp::BlockdevOptionsSheepdog[][src]

pub struct BlockdevOptionsSheepdog {
    pub snap_id: Option<u32>,
    pub server: SocketAddress,
    pub tag: Option<String>,
    pub vdi: String,
}

Fields

Trait Implementations

impl Debug for BlockdevOptionsSheepdog
[src]

Formats the value using the given formatter. Read more

impl Clone for BlockdevOptionsSheepdog
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for BlockdevOptionsSheepdog

impl Sync for BlockdevOptionsSheepdog