#[repr(C)]
pub struct SYM_DUMP_PARAM {
Show 14 fields pub size: u32, pub sName: *mut u8, pub Options: u32, pub addr: u64, pub listLink: *mut FIELD_INFO, pub Anonymous: SYM_DUMP_PARAM_0, pub CallbackRoutine: PSYM_DUMP_FIELD_CALLBACK, pub nFields: u32, pub Fields: *mut FIELD_INFO, pub ModBase: u64, pub TypeId: u32, pub TypeSize: u32, pub BufferSize: u32, pub _bitfield: u32,
}
Expand description

Required features: "Win32_System_Diagnostics_Debug"

Fields

size: u32sName: *mut u8Options: u32addr: u64listLink: *mut FIELD_INFOAnonymous: SYM_DUMP_PARAM_0CallbackRoutine: PSYM_DUMP_FIELD_CALLBACKnFields: u32Fields: *mut FIELD_INFOModBase: u64TypeId: u32TypeSize: u32BufferSize: u32_bitfield: u32

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.