#[repr(C)]
pub union IOMMU_MAP_PHYSICAL_ADDRESS_0 {
pub Mdl: IOMMU_MAP_PHYSICAL_ADDRESS_0_1,
pub ContiguousRange: IOMMU_MAP_PHYSICAL_ADDRESS_0_0,
pub PfnArray: IOMMU_MAP_PHYSICAL_ADDRESS_0_2,
}
Expand description
Required features: "Wdk_Foundation"
Fields§
§Mdl: IOMMU_MAP_PHYSICAL_ADDRESS_0_1
§ContiguousRange: IOMMU_MAP_PHYSICAL_ADDRESS_0_0
§PfnArray: IOMMU_MAP_PHYSICAL_ADDRESS_0_2
Trait Implementations§
§impl Clone for IOMMU_MAP_PHYSICAL_ADDRESS_0
impl Clone for IOMMU_MAP_PHYSICAL_ADDRESS_0
impl Copy for IOMMU_MAP_PHYSICAL_ADDRESS_0
Auto Trait Implementations§
impl RefUnwindSafe for IOMMU_MAP_PHYSICAL_ADDRESS_0
impl !Send for IOMMU_MAP_PHYSICAL_ADDRESS_0
impl !Sync for IOMMU_MAP_PHYSICAL_ADDRESS_0
impl Unpin for IOMMU_MAP_PHYSICAL_ADDRESS_0
impl UnwindSafe for IOMMU_MAP_PHYSICAL_ADDRESS_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