Struct windows::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,
}
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
§fn clone(&self) -> DUMP_POINTERS_EX
fn clone(&self) -> DUMP_POINTERS_EX
Returns a copy 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 more§impl Debug for DUMP_POINTERS_EX
impl Debug for DUMP_POINTERS_EX
§impl Default for DUMP_POINTERS_EX
impl Default for DUMP_POINTERS_EX
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)