#[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: u64Trait 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 Freeze for vfio_iommu_spapr_tce_create
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