Struct vfio_sys::vfio::vfio_iommu_spapr_tce_create
source · #[repr(C)]pub struct vfio_iommu_spapr_tce_create {
pub argsz: u32,
pub flags: u32,
pub page_shift: u32,
pub __resv1: u32,
pub window_size: u64,
pub levels: u32,
pub __resv2: u32,
pub start_addr: u64,
}
Fields§
§argsz: u32
§flags: u32
§page_shift: u32
§__resv1: u32
§window_size: u64
§levels: u32
§__resv2: u32
§start_addr: u64
Trait Implementations§
source§impl Clone for vfio_iommu_spapr_tce_create
impl Clone for vfio_iommu_spapr_tce_create
source§fn clone(&self) -> vfio_iommu_spapr_tce_create
fn clone(&self) -> vfio_iommu_spapr_tce_create
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_spapr_tce_create
impl Debug for vfio_iommu_spapr_tce_create
source§impl Default for vfio_iommu_spapr_tce_create
impl Default for vfio_iommu_spapr_tce_create
source§fn default() -> vfio_iommu_spapr_tce_create
fn default() -> vfio_iommu_spapr_tce_create
Returns the “default value” for a type. Read more
impl Copy for vfio_iommu_spapr_tce_create
Auto Trait Implementations§
impl RefUnwindSafe for vfio_iommu_spapr_tce_create
impl Send for vfio_iommu_spapr_tce_create
impl Sync for vfio_iommu_spapr_tce_create
impl Unpin for vfio_iommu_spapr_tce_create
impl UnwindSafe for vfio_iommu_spapr_tce_create
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