Struct pelite::image::IMAGE_IMPORT_DESCRIPTOR[][src]

#[repr(C)]
pub struct IMAGE_IMPORT_DESCRIPTOR { pub OriginalFirstThunk: u32, pub TimeDateStamp: u32, pub ForwarderChain: u32, pub Name: u32, pub FirstThunk: u32, }

Fields

Methods

impl IMAGE_IMPORT_DESCRIPTOR
[src]

Trait Implementations

impl Copy for IMAGE_IMPORT_DESCRIPTOR
[src]

impl Clone for IMAGE_IMPORT_DESCRIPTOR
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for IMAGE_IMPORT_DESCRIPTOR
[src]

Formats the value using the given formatter. Read more

impl Pod for IMAGE_IMPORT_DESCRIPTOR
[src]

Auto Trait Implementations