#[repr(C)]pub struct vfio_iommu_type1_dirty_bitmap_get {
pub iova: u64,
pub size: u64,
pub bitmap: vfio_bitmap,
}Fields§
§iova: u64§size: u64§bitmap: vfio_bitmapTrait Implementations§
Source§impl Clone for vfio_iommu_type1_dirty_bitmap_get
impl Clone for vfio_iommu_type1_dirty_bitmap_get
Source§fn clone(&self) -> vfio_iommu_type1_dirty_bitmap_get
fn clone(&self) -> vfio_iommu_type1_dirty_bitmap_get
Returns a copy 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 moreimpl Copy for vfio_iommu_type1_dirty_bitmap_get
Auto Trait Implementations§
impl Freeze for vfio_iommu_type1_dirty_bitmap_get
impl RefUnwindSafe for vfio_iommu_type1_dirty_bitmap_get
impl !Send for vfio_iommu_type1_dirty_bitmap_get
impl !Sync for vfio_iommu_type1_dirty_bitmap_get
impl Unpin for vfio_iommu_type1_dirty_bitmap_get
impl UnwindSafe for vfio_iommu_type1_dirty_bitmap_get
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