#[repr(C)]pub struct vfio_iommu_type1_dma_unmap {
pub argsz: u32,
pub flags: u32,
pub iova: u64,
pub size: u64,
pub data: __IncompleteArrayField<u8>,
}Fields§
§argsz: u32§flags: u32§iova: u64§size: u64§data: __IncompleteArrayField<u8>Trait Implementations§
Source§impl Debug for vfio_iommu_type1_dma_unmap
impl Debug for vfio_iommu_type1_dma_unmap
Source§impl Default for vfio_iommu_type1_dma_unmap
impl Default for vfio_iommu_type1_dma_unmap
Source§fn default() -> vfio_iommu_type1_dma_unmap
fn default() -> vfio_iommu_type1_dma_unmap
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for vfio_iommu_type1_dma_unmap
impl RefUnwindSafe for vfio_iommu_type1_dma_unmap
impl Send for vfio_iommu_type1_dma_unmap
impl Sync for vfio_iommu_type1_dma_unmap
impl Unpin for vfio_iommu_type1_dma_unmap
impl UnwindSafe for vfio_iommu_type1_dma_unmap
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