#[repr(C)]pub struct DUMP_POINTERS_EX {Show 16 fields
pub Header: DUMP_POINTERS_VERSION,
pub DumpData: PVOID,
pub CommonBufferVa: PVOID,
pub CommonBufferSize: ULONG,
pub AllocateCommonBuffers: BOOLEAN,
pub DeviceObject: PVOID,
pub DriverList: PVOID,
pub dwPortFlags: ULONG,
pub MaxDeviceDumpSectionSize: ULONG,
pub MaxDeviceDumpLevel: ULONG,
pub MaxTransferSize: ULONG,
pub AdapterObject: PVOID,
pub MappedRegisterBase: PVOID,
pub DeviceReady: PBOOLEAN,
pub DumpDevicePowerOn: PDUMP_DEVICE_POWERON_ROUTINE,
pub DumpDevicePowerOnContext: PVOID,
}
Fields§
§Header: DUMP_POINTERS_VERSION
§DumpData: PVOID
§CommonBufferVa: PVOID
§CommonBufferSize: ULONG
§AllocateCommonBuffers: BOOLEAN
§DeviceObject: PVOID
§DriverList: PVOID
§dwPortFlags: ULONG
§MaxDeviceDumpSectionSize: ULONG
§MaxDeviceDumpLevel: ULONG
§MaxTransferSize: ULONG
§AdapterObject: PVOID
§MappedRegisterBase: PVOID
§DeviceReady: PBOOLEAN
§DumpDevicePowerOn: PDUMP_DEVICE_POWERON_ROUTINE
§DumpDevicePowerOnContext: PVOID
Trait Implementations§
Source§impl Clone for DUMP_POINTERS_EX
impl Clone for DUMP_POINTERS_EX
Source§fn clone(&self) -> DUMP_POINTERS_EX
fn clone(&self) -> DUMP_POINTERS_EX
Returns a duplicate 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 Default for DUMP_POINTERS_EX
impl Default for DUMP_POINTERS_EX
Source§fn default() -> DUMP_POINTERS_EX
fn default() -> DUMP_POINTERS_EX
Returns the “default value” for a type. Read more
impl Copy for DUMP_POINTERS_EX
Auto Trait Implementations§
impl Freeze for DUMP_POINTERS_EX
impl RefUnwindSafe for DUMP_POINTERS_EX
impl !Send for DUMP_POINTERS_EX
impl !Sync for DUMP_POINTERS_EX
impl Unpin for DUMP_POINTERS_EX
impl UnwindSafe for DUMP_POINTERS_EX
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