Struct qapi_qmp::BlockdevCreateOptionsRbd [−][src]
pub struct BlockdevCreateOptionsRbd {
pub location: BlockdevOptionsRbd,
pub cluster_size: Option<usize>,
pub size: usize,
}Fields
location: BlockdevOptionsRbd
cluster_size: Option<usize>
size: usize
Trait Implementations
impl Debug for BlockdevCreateOptionsRbd[src]
impl Debug for BlockdevCreateOptionsRbdfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Clone for BlockdevCreateOptionsRbd[src]
impl Clone for BlockdevCreateOptionsRbdfn clone(&self) -> BlockdevCreateOptionsRbd[src]
fn clone(&self) -> BlockdevCreateOptionsRbdReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
Auto Trait Implementations
impl Send for BlockdevCreateOptionsRbd
impl Send for BlockdevCreateOptionsRbdimpl Sync for BlockdevCreateOptionsRbd
impl Sync for BlockdevCreateOptionsRbd