Struct qapi_qmp::BlockdevOptionsRaw [−][src]
pub struct BlockdevOptionsRaw { pub base: BlockdevOptionsGenericFormat, pub size: Option<isize>, pub offset: Option<isize>, }
Fields
base: BlockdevOptionsGenericFormat
size: Option<isize>
offset: Option<isize>
Trait Implementations
impl Debug for BlockdevOptionsRaw
[src]
impl Debug for BlockdevOptionsRaw
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 BlockdevOptionsRaw
[src]
impl Clone for BlockdevOptionsRaw
fn clone(&self) -> BlockdevOptionsRaw
[src]
fn clone(&self) -> BlockdevOptionsRaw
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 BlockdevOptionsRaw
impl Send for BlockdevOptionsRaw
impl Sync for BlockdevOptionsRaw
impl Sync for BlockdevOptionsRaw