#[repr(C)]
pub struct MODULEENTRY32W { pub dwSize: u32, pub th32ModuleID: u32, pub th32ProcessID: u32, pub GlblcntUsage: u32, pub ProccntUsage: u32, pub modBaseAddr: *mut u8, pub modBaseSize: u32, pub hModule: HINSTANCE, pub szModule: [u16; 256], pub szExePath: [u16; 260], }
Expand description

Required features: "Win32_System_Diagnostics_ToolHelp", "Win32_Foundation"

Fields

dwSize: u32th32ModuleID: u32th32ProcessID: u32GlblcntUsage: u32ProccntUsage: u32modBaseAddr: *mut u8modBaseSize: u32hModule: HINSTANCEszModule: [u16; 256]szExePath: [u16; 260]

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.