Struct qapi_qmp::blockdev_create [−][src]
pub struct blockdev_create {
pub options: BlockdevCreateOptions,
pub job_id: String,
}Fields
options: BlockdevCreateOptions
job_id: String
Trait Implementations
impl Debug for blockdev_create[src]
impl Debug for blockdev_createfn 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 blockdev_create[src]
impl Clone for blockdev_createfn clone(&self) -> blockdev_create[src]
fn clone(&self) -> blockdev_createReturns 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
impl Command for blockdev_create[src]
impl Command for blockdev_createAuto Trait Implementations
impl Send for blockdev_create
impl Send for blockdev_createimpl Sync for blockdev_create
impl Sync for blockdev_create