Struct qapi_qmp::x_nbd_server_add_bitmap [−][src]
pub struct x_nbd_server_add_bitmap { pub bitmap: String, pub name: String, pub bitmap_export_name: Option<String>, }
Fields
bitmap: String
name: String
bitmap_export_name: Option<String>
Trait Implementations
impl Debug for x_nbd_server_add_bitmap
[src]
impl Debug for x_nbd_server_add_bitmap
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 x_nbd_server_add_bitmap
[src]
impl Clone for x_nbd_server_add_bitmap
fn clone(&self) -> x_nbd_server_add_bitmap
[src]
fn clone(&self) -> x_nbd_server_add_bitmap
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
impl Command for x_nbd_server_add_bitmap
[src]
impl Command for x_nbd_server_add_bitmap
Auto Trait Implementations
impl Send for x_nbd_server_add_bitmap
impl Send for x_nbd_server_add_bitmap
impl Sync for x_nbd_server_add_bitmap
impl Sync for x_nbd_server_add_bitmap