Struct qapi_qmp::BlockdevCreateOptionsGluster [−][src]
pub struct BlockdevCreateOptionsGluster {
pub location: BlockdevOptionsGluster,
pub size: usize,
pub preallocation: Option<PreallocMode>,
}Fields
location: BlockdevOptionsGluster
size: usize
preallocation: Option<PreallocMode>
Trait Implementations
impl Debug for BlockdevCreateOptionsGluster[src]
impl Debug for BlockdevCreateOptionsGlusterfn 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 BlockdevCreateOptionsGluster[src]
impl Clone for BlockdevCreateOptionsGlusterfn clone(&self) -> BlockdevCreateOptionsGluster[src]
fn clone(&self) -> BlockdevCreateOptionsGlusterReturns 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 BlockdevCreateOptionsGluster
impl Send for BlockdevCreateOptionsGlusterimpl Sync for BlockdevCreateOptionsGluster
impl Sync for BlockdevCreateOptionsGluster