Struct winapi::um::winnt::IMAGE_IMPORT_DESCRIPTOR
source · #[repr(C)]pub struct IMAGE_IMPORT_DESCRIPTOR {
pub u: IMAGE_IMPORT_DESCRIPTOR_u,
pub TimeDateStamp: DWORD,
pub ForwarderChain: DWORD,
pub Name: DWORD,
pub FirstThunk: DWORD,
}
Fields§
§u: IMAGE_IMPORT_DESCRIPTOR_u
§TimeDateStamp: DWORD
§ForwarderChain: DWORD
§Name: DWORD
§FirstThunk: DWORD
Trait Implementations§
source§impl Clone for IMAGE_IMPORT_DESCRIPTOR
impl Clone for IMAGE_IMPORT_DESCRIPTOR
source§fn clone(&self) -> IMAGE_IMPORT_DESCRIPTOR
fn clone(&self) -> IMAGE_IMPORT_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_IMPORT_DESCRIPTOR
impl Default for IMAGE_IMPORT_DESCRIPTOR
source§fn default() -> IMAGE_IMPORT_DESCRIPTOR
fn default() -> IMAGE_IMPORT_DESCRIPTOR
Returns the “default value” for a type. Read more