Struct winapi::um::winnt::IMAGE_DELAYLOAD_DESCRIPTOR
source · #[repr(C)]pub struct IMAGE_DELAYLOAD_DESCRIPTOR {
pub Attributes: IMAGE_DELAYLOAD_DESCRIPTOR_Attributes,
pub DllNameRVA: DWORD,
pub ModuleHandleRVA: DWORD,
pub ImportAddressTableRVA: DWORD,
pub ImportNameTableRVA: DWORD,
pub BoundImportAddressTableRVA: DWORD,
pub UnloadInformationTableRVA: DWORD,
pub TimeDateStamp: DWORD,
}Fields§
§Attributes: IMAGE_DELAYLOAD_DESCRIPTOR_Attributes§DllNameRVA: DWORD§ModuleHandleRVA: DWORD§ImportAddressTableRVA: DWORD§ImportNameTableRVA: DWORD§BoundImportAddressTableRVA: DWORD§UnloadInformationTableRVA: DWORD§TimeDateStamp: DWORDTrait Implementations§
source§impl Clone for IMAGE_DELAYLOAD_DESCRIPTOR
impl Clone for IMAGE_DELAYLOAD_DESCRIPTOR
source§fn clone(&self) -> IMAGE_DELAYLOAD_DESCRIPTOR
fn clone(&self) -> IMAGE_DELAYLOAD_DESCRIPTOR
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Default for IMAGE_DELAYLOAD_DESCRIPTOR
impl Default for IMAGE_DELAYLOAD_DESCRIPTOR
source§fn default() -> IMAGE_DELAYLOAD_DESCRIPTOR
fn default() -> IMAGE_DELAYLOAD_DESCRIPTOR
Returns the “default value” for a type. Read more