[][src]Struct ntapi::ntexapi::SYSDBG_LIVEDUMP_CONTROL_FLAGS

#[repr(C)]pub struct SYSDBG_LIVEDUMP_CONTROL_FLAGS {
    pub AsUlong: ULONG,
}

Fields

AsUlong: ULONG

Implementations

impl SYSDBG_LIVEDUMP_CONTROL_FLAGS[src]

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

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

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

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

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

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

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

pub fn set_AbortIfMemoryPressure(&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 SYSDBG_LIVEDUMP_CONTROL_FLAGS[src]

impl Copy for SYSDBG_LIVEDUMP_CONTROL_FLAGS[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.