#[repr(C)]
pub struct DUMP_POINTERS_EX {
Show 16 fields pub Header: DUMP_POINTERS_VERSION, pub DumpData: *mut c_void, pub CommonBufferVa: *mut c_void, pub CommonBufferSize: u32, pub AllocateCommonBuffers: BOOLEAN, pub DeviceObject: *mut c_void, pub DriverList: *mut c_void, pub dwPortFlags: u32, pub MaxDeviceDumpSectionSize: u32, pub MaxDeviceDumpLevel: u32, pub MaxTransferSize: u32, pub AdapterObject: *mut c_void, pub MappedRegisterBase: *mut c_void, pub DeviceReady: *mut BOOLEAN, pub DumpDevicePowerOn: PDUMP_DEVICE_POWERON_ROUTINE, pub DumpDevicePowerOnContext: *mut c_void,
}
Expand description

Required features: "Win32_Storage_IscsiDisc", "Win32_Foundation"

Fields

Header: DUMP_POINTERS_VERSIONDumpData: *mut c_voidCommonBufferVa: *mut c_voidCommonBufferSize: u32AllocateCommonBuffers: BOOLEANDeviceObject: *mut c_voidDriverList: *mut c_voiddwPortFlags: u32MaxDeviceDumpSectionSize: u32MaxDeviceDumpLevel: u32MaxTransferSize: u32AdapterObject: *mut c_voidMappedRegisterBase: *mut c_voidDeviceReady: *mut BOOLEANDumpDevicePowerOn: PDUMP_DEVICE_POWERON_ROUTINEDumpDevicePowerOnContext: *mut c_void

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

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

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.