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 BlockdevOptionsRawfn 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 BlockdevOptionsRaw[src]
impl Clone for BlockdevOptionsRawfn clone(&self) -> BlockdevOptionsRaw[src]
fn clone(&self) -> BlockdevOptionsRawReturns 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 BlockdevOptionsRawimpl Sync for BlockdevOptionsRaw
impl Sync for BlockdevOptionsRaw