Struct qapi_qmp::block_dirty_bitmap_remove
source · [−]pub struct block_dirty_bitmap_remove(pub BlockDirtyBitmap);Tuple Fields
0: BlockDirtyBitmapTrait Implementations
sourceimpl Clone for block_dirty_bitmap_remove
impl Clone for block_dirty_bitmap_remove
sourcefn clone(&self) -> block_dirty_bitmap_remove
fn clone(&self) -> block_dirty_bitmap_remove
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Command for block_dirty_bitmap_remove
impl Command for block_dirty_bitmap_remove
sourceimpl Debug for block_dirty_bitmap_remove
impl Debug for block_dirty_bitmap_remove
sourceimpl<'de> Deserialize<'de> for block_dirty_bitmap_remove
impl<'de> Deserialize<'de> for block_dirty_bitmap_remove
sourcefn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
sourceimpl From<BlockDirtyBitmap> for block_dirty_bitmap_remove
impl From<BlockDirtyBitmap> for block_dirty_bitmap_remove
sourcefn from(val: BlockDirtyBitmap) -> Self
fn from(val: BlockDirtyBitmap) -> Self
Converts to this type from the input type.
sourceimpl Serialize for block_dirty_bitmap_remove
impl Serialize for block_dirty_bitmap_remove
impl QmpCommand for block_dirty_bitmap_remove
Auto Trait Implementations
impl RefUnwindSafe for block_dirty_bitmap_remove
impl Send for block_dirty_bitmap_remove
impl Sync for block_dirty_bitmap_remove
impl Unpin for block_dirty_bitmap_remove
impl UnwindSafe for block_dirty_bitmap_remove
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more