pub struct block_dirty_bitmap_merge(pub BlockDirtyBitmapMerge);
Tuple Fields§
§0: BlockDirtyBitmapMerge
Trait Implementations§
Source§impl Clone for block_dirty_bitmap_merge
impl Clone for block_dirty_bitmap_merge
Source§fn clone(&self) -> block_dirty_bitmap_merge
fn clone(&self) -> block_dirty_bitmap_merge
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Command for block_dirty_bitmap_merge
impl Command for block_dirty_bitmap_merge
Source§impl Debug for block_dirty_bitmap_merge
impl Debug for block_dirty_bitmap_merge
Source§impl<'de> Deserialize<'de> for block_dirty_bitmap_merge
impl<'de> Deserialize<'de> for block_dirty_bitmap_merge
Source§fn 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
Source§impl From<BlockDirtyBitmapMerge> for block_dirty_bitmap_merge
impl From<BlockDirtyBitmapMerge> for block_dirty_bitmap_merge
Source§fn from(val: BlockDirtyBitmapMerge) -> Self
fn from(val: BlockDirtyBitmapMerge) -> Self
Converts to this type from the input type.
Source§impl Serialize for block_dirty_bitmap_merge
impl Serialize for block_dirty_bitmap_merge
impl QmpCommand for block_dirty_bitmap_merge
Auto Trait Implementations§
impl Freeze for block_dirty_bitmap_merge
impl RefUnwindSafe for block_dirty_bitmap_merge
impl Send for block_dirty_bitmap_merge
impl Sync for block_dirty_bitmap_merge
impl Unpin for block_dirty_bitmap_merge
impl UnwindSafe for block_dirty_bitmap_merge
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more