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