Struct windows_sys::Wdk::System::SystemServices::DMA_IOMMU_INTERFACE_EX
#[repr(C)]pub struct DMA_IOMMU_INTERFACE_EX {
pub Size: usize,
pub Version: u32,
pub Anonymous: DMA_IOMMU_INTERFACE_EX_0,
}
Expand description
Required features: "Win32_Foundation"
Fields§
§Size: usize
§Version: u32
§Anonymous: DMA_IOMMU_INTERFACE_EX_0
Trait Implementations§
§impl Clone for DMA_IOMMU_INTERFACE_EX
impl Clone for DMA_IOMMU_INTERFACE_EX
impl Copy for DMA_IOMMU_INTERFACE_EX
Auto Trait Implementations§
impl RefUnwindSafe for DMA_IOMMU_INTERFACE_EX
impl Send for DMA_IOMMU_INTERFACE_EX
impl Sync for DMA_IOMMU_INTERFACE_EX
impl Unpin for DMA_IOMMU_INTERFACE_EX
impl UnwindSafe for DMA_IOMMU_INTERFACE_EX
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