#[repr(C)]pub struct IOMMU_MAP_PHYSICAL_ADDRESS_0_1 {
pub Mdl: *mut MDL,
}
Expand description
Required features: "Wdk_Foundation"
Fields§
§Mdl: *mut MDL
Trait Implementations§
§impl Clone for IOMMU_MAP_PHYSICAL_ADDRESS_0_1
impl Clone for IOMMU_MAP_PHYSICAL_ADDRESS_0_1
impl Copy for IOMMU_MAP_PHYSICAL_ADDRESS_0_1
Auto Trait Implementations§
impl RefUnwindSafe for IOMMU_MAP_PHYSICAL_ADDRESS_0_1
impl !Send for IOMMU_MAP_PHYSICAL_ADDRESS_0_1
impl !Sync for IOMMU_MAP_PHYSICAL_ADDRESS_0_1
impl Unpin for IOMMU_MAP_PHYSICAL_ADDRESS_0_1
impl UnwindSafe for IOMMU_MAP_PHYSICAL_ADDRESS_0_1
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