#[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_0
TimeDateStamp: u32
ForwarderChain: u32
Name: u32
FirstThunk: u32
Trait Implementations
impl Clone for IMAGE_IMPORT_DESCRIPTOR
impl Clone for IMAGE_IMPORT_DESCRIPTOR
impl Copy for IMAGE_IMPORT_DESCRIPTOR
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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more