[][src]Struct ntapi::ntexapi::SYSTEM_SPECULATION_CONTROL_INFORMATION

#[repr(C)]pub struct SYSTEM_SPECULATION_CONTROL_INFORMATION {
    pub Flags: ULONG,
}

Fields

Flags: ULONG

Implementations

impl SYSTEM_SPECULATION_CONTROL_INFORMATION[src]

pub const fn BpbEnabled(&self) -> ULONG[src]

pub fn set_BpbEnabled(&mut self, val: ULONG)[src]

pub const fn BpbDisabledSystemPolicy(&self) -> ULONG[src]

pub fn set_BpbDisabledSystemPolicy(&mut self, val: ULONG)[src]

pub const fn BpbDisabledNoHardwareSupport(&self) -> ULONG[src]

pub fn set_BpbDisabledNoHardwareSupport(&mut self, val: ULONG)[src]

pub const fn SpecCtrlEnumerated(&self) -> ULONG[src]

pub fn set_SpecCtrlEnumerated(&mut self, val: ULONG)[src]

pub const fn SpecCmdEnumerated(&self) -> ULONG[src]

pub fn set_SpecCmdEnumerated(&mut self, val: ULONG)[src]

pub const fn IbrsPresent(&self) -> ULONG[src]

pub fn set_IbrsPresent(&mut self, val: ULONG)[src]

pub const fn StibpPresent(&self) -> ULONG[src]

pub fn set_StibpPresent(&mut self, val: ULONG)[src]

pub const fn SmepPresent(&self) -> ULONG[src]

pub fn set_SmepPresent(&mut self, val: ULONG)[src]

pub const fn SpeculativeStoreBypassDisableAvailable(&self) -> ULONG[src]

pub fn set_SpeculativeStoreBypassDisableAvailable(&mut self, val: ULONG)[src]

pub const fn SpeculativeStoreBypassDisableSupported(&self) -> ULONG[src]

pub fn set_SpeculativeStoreBypassDisableSupported(&mut self, val: ULONG)[src]

pub const fn SpeculativeStoreBypassDisabledSystemWide(&self) -> ULONG[src]

pub fn set_SpeculativeStoreBypassDisabledSystemWide(&mut self, val: ULONG)[src]

pub const fn SpeculativeStoreBypassDisabledKernel(&self) -> ULONG[src]

pub fn set_SpeculativeStoreBypassDisabledKernel(&mut self, val: ULONG)[src]

pub const fn SpeculativeStoreBypassDisableRequired(&self) -> ULONG[src]

pub fn set_SpeculativeStoreBypassDisableRequired(&mut self, val: ULONG)[src]

pub const fn BpbDisabledKernelToUser(&self) -> ULONG[src]

pub fn set_BpbDisabledKernelToUser(&mut self, val: ULONG)[src]

pub const fn SpecCtrlRetpolineEnabled(&self) -> ULONG[src]

pub fn set_SpecCtrlRetpolineEnabled(&mut self, val: ULONG)[src]

pub const fn SpecCtrlImportOptimizationEnabled(&self) -> ULONG[src]

pub fn set_SpecCtrlImportOptimizationEnabled(&mut self, val: ULONG)[src]

pub const fn Reserved(&self) -> ULONG[src]

pub fn set_Reserved(&mut self, val: ULONG)[src]

Trait Implementations

impl Clone for SYSTEM_SPECULATION_CONTROL_INFORMATION[src]

impl Copy for SYSTEM_SPECULATION_CONTROL_INFORMATION[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.