Struct object::pe::ImageDelayloadDescriptor [−][src]
Fields
attributes: U32<LE>
dll_name_rva: U32<LE>
RVA to the name of the target library (NULL-terminate ASCII string)
module_handle_rva: U32<LE>
RVA to the HMODULE caching location (PHMODULE)
import_address_table_rva: U32<LE>
RVA to the start of the IAT (PIMAGE_THUNK_DATA)
import_name_table_rva: U32<LE>
RVA to the start of the name table (PIMAGE_THUNK_DATA::AddressOfData)
bound_import_address_table_rva: U32<LE>
RVA to an optional bound IAT
unload_information_table_rva: U32<LE>
RVA to an optional unload info table
time_date_stamp: U32<LE>
0 if not bound, otherwise, date/time of the target DLL
Trait Implementations
impl Clone for ImageDelayloadDescriptor
[src][+]
impl Copy for ImageDelayloadDescriptor
[src]
impl Debug for ImageDelayloadDescriptor
[src][+]
impl Pod for ImageDelayloadDescriptor
[src]
Auto Trait Implementations
impl Send for ImageDelayloadDescriptor
impl Sync for ImageDelayloadDescriptor
impl Unpin for ImageDelayloadDescriptor
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src][+]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> From<T> for T
[src][+]
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src][+]
T: Clone,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,