Enum windows_native::ntexapi::SYSTEM_IOMMU_STATE
source · #[repr(i32)]pub enum SYSTEM_IOMMU_STATE {
IommuStateBlock,
IommuStateUnblock,
}Variants§
Trait Implementations§
source§impl Clone for SYSTEM_IOMMU_STATE
impl Clone for SYSTEM_IOMMU_STATE
source§fn clone(&self) -> SYSTEM_IOMMU_STATE
fn clone(&self) -> SYSTEM_IOMMU_STATE
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 moresource§impl Debug for SYSTEM_IOMMU_STATE
impl Debug for SYSTEM_IOMMU_STATE
source§impl Hash for SYSTEM_IOMMU_STATE
impl Hash for SYSTEM_IOMMU_STATE
source§impl PartialEq<SYSTEM_IOMMU_STATE> for SYSTEM_IOMMU_STATE
impl PartialEq<SYSTEM_IOMMU_STATE> for SYSTEM_IOMMU_STATE
source§fn eq(&self, other: &SYSTEM_IOMMU_STATE) -> bool
fn eq(&self, other: &SYSTEM_IOMMU_STATE) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Copy for SYSTEM_IOMMU_STATE
impl Eq for SYSTEM_IOMMU_STATE
impl StructuralEq for SYSTEM_IOMMU_STATE
impl StructuralPartialEq for SYSTEM_IOMMU_STATE
Auto Trait Implementations§
impl RefUnwindSafe for SYSTEM_IOMMU_STATE
impl Send for SYSTEM_IOMMU_STATE
impl Sync for SYSTEM_IOMMU_STATE
impl Unpin for SYSTEM_IOMMU_STATE
impl UnwindSafe for SYSTEM_IOMMU_STATE
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