Struct qapi_qmp::BlockdevCreateOptionsSheepdog [−][src]
pub struct BlockdevCreateOptionsSheepdog {
pub object_size: Option<usize>,
pub backing_file: Option<String>,
pub redundancy: Option<SheepdogRedundancy>,
pub size: usize,
pub location: BlockdevOptionsSheepdog,
pub preallocation: Option<PreallocMode>,
}Fields
object_size: Option<usize>
backing_file: Option<String>
redundancy: Option<SheepdogRedundancy>
size: usize
location: BlockdevOptionsSheepdog
preallocation: Option<PreallocMode>
Trait Implementations
impl Debug for BlockdevCreateOptionsSheepdog[src]
impl Debug for BlockdevCreateOptionsSheepdogfn 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 BlockdevCreateOptionsSheepdog[src]
impl Clone for BlockdevCreateOptionsSheepdogfn clone(&self) -> BlockdevCreateOptionsSheepdog[src]
fn clone(&self) -> BlockdevCreateOptionsSheepdogReturns 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 BlockdevCreateOptionsSheepdog
impl Send for BlockdevCreateOptionsSheepdogimpl Sync for BlockdevCreateOptionsSheepdog
impl Sync for BlockdevCreateOptionsSheepdog