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