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_bitmapfn 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 x_nbd_server_add_bitmap[src]
impl Clone for x_nbd_server_add_bitmapfn clone(&self) -> x_nbd_server_add_bitmap[src]
fn clone(&self) -> x_nbd_server_add_bitmapReturns 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_bitmapAuto Trait Implementations
impl Send for x_nbd_server_add_bitmap
impl Send for x_nbd_server_add_bitmapimpl Sync for x_nbd_server_add_bitmap
impl Sync for x_nbd_server_add_bitmap