#[repr(C)]pub struct vfio_iommu_spapr_tce_ddw_info {
pub pgsizes: u64,
pub max_dynamic_windows_supported: u32,
pub levels: u32,
}Fields§
§pgsizes: u64§max_dynamic_windows_supported: u32§levels: u32Trait Implementations§
Source§impl Clone for vfio_iommu_spapr_tce_ddw_info
impl Clone for vfio_iommu_spapr_tce_ddw_info
Source§fn clone(&self) -> vfio_iommu_spapr_tce_ddw_info
fn clone(&self) -> vfio_iommu_spapr_tce_ddw_info
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 Default for vfio_iommu_spapr_tce_ddw_info
impl Default for vfio_iommu_spapr_tce_ddw_info
Source§fn default() -> vfio_iommu_spapr_tce_ddw_info
fn default() -> vfio_iommu_spapr_tce_ddw_info
Returns the “default value” for a type. Read more
impl Copy for vfio_iommu_spapr_tce_ddw_info
Auto Trait Implementations§
impl Freeze for vfio_iommu_spapr_tce_ddw_info
impl RefUnwindSafe for vfio_iommu_spapr_tce_ddw_info
impl Send for vfio_iommu_spapr_tce_ddw_info
impl Sync for vfio_iommu_spapr_tce_ddw_info
impl Unpin for vfio_iommu_spapr_tce_ddw_info
impl UnwindSafe for vfio_iommu_spapr_tce_ddw_info
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