#[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_OBJECT§MappedRegisterBase: *mut c_void§DumpData: *mut c_void§CommonBufferVa: *mut c_void§CommonBufferPa: i64§CommonBufferSize: u32§AllocateCommonBuffers: BOOLEAN§UseDiskDump: BOOLEAN§Spare1: [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

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.