Struct tlhelp32::ModuleEntry

source ·
pub struct ModuleEntry {
    pub process_id: u32,
    pub base_addr: *mut u8,
    pub base_size: u32,
    pub h_module: HMODULE,
    pub sz_module: U16CString,
    pub sz_exe_path: U16CString,
}
Expand description

A module entry taken from a Snapshot. For more information on the fields meanings visit the microsoft docs

Fields

process_id: u32base_addr: *mut u8base_size: u32h_module: HMODULEsz_module: U16CStringsz_exe_path: U16CString

Trait Implementations

Returns a copy of the value. Read more
Performs copy-assignment from source. Read more
Formats the value using the given formatter. Read more
The raw windows counterpart of the implementing struct
The corresponding Snapshot flags
The *32First windows function
The *32Next windows function
Creates a new instance of this raw representation and initializes its dwSize field.
Creates a new instance of Self from its windows counterpart.

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 resulting type after obtaining ownership.
Creates owned data from borrowed data, usually by cloning. Read more
Uses borrowed data to replace owned data, usually by cloning. Read more
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.