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 BlockdevCreateOptionsGluster
fn fmt(&self, f: &mut Formatter) -> Result
[src]
fn fmt(&self, f: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl Clone for BlockdevCreateOptionsGluster
[src]
impl Clone for BlockdevCreateOptionsGluster
fn clone(&self) -> BlockdevCreateOptionsGluster
[src]
fn clone(&self) -> BlockdevCreateOptionsGluster
Returns 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 BlockdevCreateOptionsGluster
impl Sync for BlockdevCreateOptionsGluster
impl Sync for BlockdevCreateOptionsGluster