Struct ntapi::ntexapi::SYSDBG_LIVEDUMP_CONTROL_FLAGS
source · [−]#[repr(C)]pub struct SYSDBG_LIVEDUMP_CONTROL_FLAGS {
pub AsUlong: ULONG,
}
Fields
AsUlong: ULONG
Implementations
sourceimpl SYSDBG_LIVEDUMP_CONTROL_FLAGS
impl SYSDBG_LIVEDUMP_CONTROL_FLAGS
pub const fn UseDumpStorageStack(&self) -> ULONG
pub fn set_UseDumpStorageStack(&mut self, val: ULONG)
pub const fn CompressMemoryPagesData(&self) -> ULONG
pub fn set_CompressMemoryPagesData(&mut self, val: ULONG)
pub const fn IncludeUserSpaceMemoryPages(&self) -> ULONG
pub fn set_IncludeUserSpaceMemoryPages(&mut self, val: ULONG)
pub const fn AbortIfMemoryPressure(&self) -> ULONG
pub fn set_AbortIfMemoryPressure(&mut self, val: ULONG)
pub const fn Reserved(&self) -> ULONG
pub fn set_Reserved(&mut self, val: ULONG)
Trait Implementations
sourceimpl Clone for SYSDBG_LIVEDUMP_CONTROL_FLAGS
impl Clone for SYSDBG_LIVEDUMP_CONTROL_FLAGS
sourcefn clone(&self) -> SYSDBG_LIVEDUMP_CONTROL_FLAGS
fn clone(&self) -> SYSDBG_LIVEDUMP_CONTROL_FLAGS
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
impl Copy for SYSDBG_LIVEDUMP_CONTROL_FLAGS
Auto Trait Implementations
impl RefUnwindSafe for SYSDBG_LIVEDUMP_CONTROL_FLAGS
impl Send for SYSDBG_LIVEDUMP_CONTROL_FLAGS
impl Sync for SYSDBG_LIVEDUMP_CONTROL_FLAGS
impl Unpin for SYSDBG_LIVEDUMP_CONTROL_FLAGS
impl UnwindSafe for SYSDBG_LIVEDUMP_CONTROL_FLAGS
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more