Struct qapi_qmp::BlockdevCreateOptionsSsh[][src]

pub struct BlockdevCreateOptionsSsh {
    pub size: usize,
    pub location: BlockdevOptionsSsh,
}

Fields

Trait Implementations

impl Debug for BlockdevCreateOptionsSsh
[src]

Formats the value using the given formatter. Read more

impl Clone for BlockdevCreateOptionsSsh
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for BlockdevCreateOptionsSsh

impl Sync for BlockdevCreateOptionsSsh