#[repr(C)]
pub struct DUMP_POINTERS { pub AdapterObject: *mut _ADAPTER_OBJECT, pub MappedRegisterBase: *mut c_void, pub DumpData: *mut c_void, pub CommonBufferVa: *mut c_void, pub CommonBufferPa: i64, pub CommonBufferSize: u32, pub AllocateCommonBuffers: BOOLEAN, pub UseDiskDump: BOOLEAN, pub Spare1: [u8; 2], pub DeviceObject: *mut c_void, }
Expand description

Required features: ‘Win32_Storage_IscsiDisc’, ‘Win32_Foundation’

Fields

AdapterObject: *mut _ADAPTER_OBJECTMappedRegisterBase: *mut c_voidDumpData: *mut c_voidCommonBufferVa: *mut c_voidCommonBufferPa: i64CommonBufferSize: u32AllocateCommonBuffers: BOOLEANUseDiskDump: BOOLEANSpare1: [u8; 2]DeviceObject: *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

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.