Struct object::pe::ImageBoundImportDescriptor [−][src]
#[repr(C)]pub struct ImageBoundImportDescriptor {
pub time_date_stamp: U32<LE>,
pub offset_module_name: U16<LE>,
pub number_of_module_forwarder_refs: U16<LE>,
}
Fields
time_date_stamp: U32<LE>
offset_module_name: U16<LE>
number_of_module_forwarder_refs: U16<LE>
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for ImageBoundImportDescriptor
impl Send for ImageBoundImportDescriptor
impl Sync for ImageBoundImportDescriptor
impl Unpin for ImageBoundImportDescriptor
impl UnwindSafe for ImageBoundImportDescriptor
Blanket Implementations
Mutably borrows from an owned value. Read more