#[repr(C)]
pub struct IMAGEHLP_GET_TYPE_INFO_PARAMS {
Show 18 fields pub SizeOfStruct: u32, pub Flags: IMAGEHLP_GET_TYPE_INFO_FLAGS, pub NumIds: u32, pub TypeIds: *mut u32, pub TagFilter: u64, pub NumReqs: u32, pub ReqKinds: *mut IMAGEHLP_SYMBOL_TYPE_INFO, pub ReqOffsets: *mut usize, pub ReqSizes: *mut u32, pub ReqStride: usize, pub BufferSize: usize, pub Buffer: *mut c_void, pub EntriesMatched: u32, pub EntriesFilled: u32, pub TagsFound: u64, pub AllReqsValid: u64, pub NumReqsValid: u32, pub ReqsValid: *mut u64,
}
Expand description

Required features: "Win32_System_Diagnostics_Debug"

Fields

SizeOfStruct: u32Flags: IMAGEHLP_GET_TYPE_INFO_FLAGSNumIds: u32TypeIds: *mut u32TagFilter: u64NumReqs: u32ReqKinds: *mut IMAGEHLP_SYMBOL_TYPE_INFOReqOffsets: *mut usizeReqSizes: *mut u32ReqStride: usizeBufferSize: usizeBuffer: *mut c_voidEntriesMatched: u32EntriesFilled: u32TagsFound: u64AllReqsValid: u64NumReqsValid: u32ReqsValid: *mut u64

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.