Struct qapi_qmp::BlockdevOptionsVxHS[][src]

pub struct BlockdevOptionsVxHS {
    pub vdisk_id: String,
    pub tls_creds: Option<String>,
    pub server: InetSocketAddressBase,
}

Fields

Trait Implementations

impl Debug for BlockdevOptionsVxHS
[src]

Formats the value using the given formatter. Read more

impl Clone for BlockdevOptionsVxHS
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for BlockdevOptionsVxHS

impl Sync for BlockdevOptionsVxHS