Struct IOMMU_DEVICE_CREATION_CONFIGURATION
#[repr(C)]pub struct IOMMU_DEVICE_CREATION_CONFIGURATION {
pub NextConfiguration: LIST_ENTRY,
pub ConfigType: IOMMU_DEVICE_CREATION_CONFIGURATION_TYPE,
pub Anonymous: IOMMU_DEVICE_CREATION_CONFIGURATION_0,
}
Fields§
§NextConfiguration: LIST_ENTRY
§ConfigType: IOMMU_DEVICE_CREATION_CONFIGURATION_TYPE
§Anonymous: IOMMU_DEVICE_CREATION_CONFIGURATION_0
Trait Implementations§
§impl Clone for IOMMU_DEVICE_CREATION_CONFIGURATION
impl Clone for IOMMU_DEVICE_CREATION_CONFIGURATION
§fn clone(&self) -> IOMMU_DEVICE_CREATION_CONFIGURATION
fn clone(&self) -> IOMMU_DEVICE_CREATION_CONFIGURATION
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreimpl Copy for IOMMU_DEVICE_CREATION_CONFIGURATION
Auto Trait Implementations§
impl Freeze for IOMMU_DEVICE_CREATION_CONFIGURATION
impl RefUnwindSafe for IOMMU_DEVICE_CREATION_CONFIGURATION
impl !Send for IOMMU_DEVICE_CREATION_CONFIGURATION
impl !Sync for IOMMU_DEVICE_CREATION_CONFIGURATION
impl Unpin for IOMMU_DEVICE_CREATION_CONFIGURATION
impl UnwindSafe for IOMMU_DEVICE_CREATION_CONFIGURATION
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