#[repr(C)]pub struct IOMMU_DEVICE_CREATION_CONFIGURATION_ACPI {
pub InputMappingBase: u32,
pub MappingsCount: u32,
}
Fields§
§InputMappingBase: u32
§MappingsCount: u32
Trait Implementations§
impl Copy for IOMMU_DEVICE_CREATION_CONFIGURATION_ACPI
Auto Trait Implementations§
impl RefUnwindSafe for IOMMU_DEVICE_CREATION_CONFIGURATION_ACPI
impl Send for IOMMU_DEVICE_CREATION_CONFIGURATION_ACPI
impl Sync for IOMMU_DEVICE_CREATION_CONFIGURATION_ACPI
impl Unpin for IOMMU_DEVICE_CREATION_CONFIGURATION_ACPI
impl UnwindSafe for IOMMU_DEVICE_CREATION_CONFIGURATION_ACPI
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