#[repr(C)]
pub struct LdrDataTableEntry { pub in_memory_order_links: ListEntry, pub dll_base: *mut (), pub entry_point: *mut (), pub image_size: u32, pub full_dll_name: UnicodeString, pub base_dll_name: UnicodeString, /* private fields */ }

Fields

in_memory_order_links: ListEntrydll_base: *mut ()entry_point: *mut ()image_size: u32full_dll_name: UnicodeStringbase_dll_name: UnicodeString

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.