#[repr(C)]
pub struct SYSDBG_LIVEDUMP_CONTROL { pub Version: ULONG, pub BugCheckCode: ULONG, pub BugCheckParam1: ULONG_PTR, pub BugCheckParam2: ULONG_PTR, pub BugCheckParam3: ULONG_PTR, pub BugCheckParam4: ULONG_PTR, pub DumpFileHandle: HANDLE, pub CancelEventHandle: HANDLE, pub Flags: SYSDBG_LIVEDUMP_CONTROL_FLAGS, pub AddPagesControl: SYSDBG_LIVEDUMP_CONTROL_ADDPAGES, }

Fields

Version: ULONGBugCheckCode: ULONGBugCheckParam1: ULONG_PTRBugCheckParam2: ULONG_PTRBugCheckParam3: ULONG_PTRBugCheckParam4: ULONG_PTRDumpFileHandle: HANDLECancelEventHandle: HANDLEFlags: SYSDBG_LIVEDUMP_CONTROL_FLAGSAddPagesControl: SYSDBG_LIVEDUMP_CONTROL_ADDPAGES

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.