Struct qapi_qmp::BlockdevCreateOptionsRbd[][src]

pub struct BlockdevCreateOptionsRbd {
    pub location: BlockdevOptionsRbd,
    pub cluster_size: Option<usize>,
    pub size: usize,
}

Fields

Trait Implementations

impl Debug for BlockdevCreateOptionsRbd
[src]

Formats the value using the given formatter. Read more

impl Clone for BlockdevCreateOptionsRbd
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for BlockdevCreateOptionsRbd

impl Sync for BlockdevCreateOptionsRbd