Struct windows_sys::Win32::Storage::IscsiDisc::DUMP_POINTERS_EX
#[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_Foundation"
Fields§
§Header: DUMP_POINTERS_VERSION
§DumpData: *mut c_void
§CommonBufferVa: *mut c_void
§CommonBufferSize: u32
§AllocateCommonBuffers: BOOLEAN
§DeviceObject: *mut c_void
§DriverList: *mut c_void
§dwPortFlags: u32
§MaxDeviceDumpSectionSize: u32
§MaxDeviceDumpLevel: u32
§MaxTransferSize: u32
§AdapterObject: *mut c_void
§MappedRegisterBase: *mut c_void
§DeviceReady: *mut BOOLEAN
§DumpDevicePowerOn: PDUMP_DEVICE_POWERON_ROUTINE
§DumpDevicePowerOnContext: *mut c_void
Trait Implementations§
§impl Clone for DUMP_POINTERS_EX
impl Clone for DUMP_POINTERS_EX
impl Copy for DUMP_POINTERS_EX
Auto Trait Implementations§
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