Struct qapi_qmp::BlockdevOptionsRaw[][src]

pub struct BlockdevOptionsRaw {
    pub base: BlockdevOptionsGenericFormat,
    pub size: Option<isize>,
    pub offset: Option<isize>,
}

Fields

Trait Implementations

impl Debug for BlockdevOptionsRaw
[src]

Formats the value using the given formatter. Read more

impl Clone for BlockdevOptionsRaw
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for BlockdevOptionsRaw

impl Sync for BlockdevOptionsRaw