#[repr(C)]
pub struct LDR_DATA_TABLE_ENTRY { pub Reserved1: [*mut c_void; 2], pub InMemoryOrderLinks: LIST_ENTRY, pub Reserved2: [*mut c_void; 2], pub DllBase: *mut c_void, pub Reserved3: [*mut c_void; 2], pub FullDllName: UNICODE_STRING, pub Reserved4: [u8; 8], pub Reserved5: [*mut c_void; 3], pub Anonymous: LDR_DATA_TABLE_ENTRY_0, pub TimeDateStamp: u32, }
Expand description

Required features: "Win32_System_WindowsProgramming", "Win32_Foundation", "Win32_System_Kernel"

Fields

Reserved1: [*mut c_void; 2]InMemoryOrderLinks: LIST_ENTRYReserved2: [*mut c_void; 2]DllBase: *mut c_voidReserved3: [*mut c_void; 2]FullDllName: UNICODE_STRINGReserved4: [u8; 8]Reserved5: [*mut c_void; 3]Anonymous: LDR_DATA_TABLE_ENTRY_0TimeDateStamp: 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.