#[repr(C)]
pub union IOMMU_DEVICE_CREATION_CONFIGURATION_0 {
pub Acpi: IOMMU_DEVICE_CREATION_CONFIGURATION_ACPI,
pub DeviceId: *mut c_void,
}
Expand description
Required features: "Win32_System_Kernel"
Fields§
§Acpi: IOMMU_DEVICE_CREATION_CONFIGURATION_ACPI
§DeviceId: *mut c_void
Trait Implementations§
impl Copy for IOMMU_DEVICE_CREATION_CONFIGURATION_0
Auto Trait Implementations§
impl RefUnwindSafe for IOMMU_DEVICE_CREATION_CONFIGURATION_0
impl !Send for IOMMU_DEVICE_CREATION_CONFIGURATION_0
impl !Sync for IOMMU_DEVICE_CREATION_CONFIGURATION_0
impl Unpin for IOMMU_DEVICE_CREATION_CONFIGURATION_0
impl UnwindSafe for IOMMU_DEVICE_CREATION_CONFIGURATION_0
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