Struct win_sys::SystemServices::IMAGE_IMPORT_DESCRIPTOR [−][src]
#[repr(C)]pub struct IMAGE_IMPORT_DESCRIPTOR {
pub Anonymous: IMAGE_IMPORT_DESCRIPTOR_0,
pub TimeDateStamp: u32,
pub ForwarderChain: u32,
pub Name: u32,
pub FirstThunk: u32,
}Expand description
Required features: Win32_System_SystemServices
Fields
Anonymous: IMAGE_IMPORT_DESCRIPTOR_0TimeDateStamp: u32ForwarderChain: u32Name: u32FirstThunk: u32Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for IMAGE_IMPORT_DESCRIPTOR
impl Send for IMAGE_IMPORT_DESCRIPTOR
impl Sync for IMAGE_IMPORT_DESCRIPTOR
impl Unpin for IMAGE_IMPORT_DESCRIPTOR
impl UnwindSafe for IMAGE_IMPORT_DESCRIPTOR
Blanket Implementations
Mutably borrows from an owned value. Read more