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
impl Clone for ImageBoundImportDescriptor
[src]
impl Clone for ImageBoundImportDescriptor
[src]fn clone(&self) -> ImageBoundImportDescriptor
[src]
pub fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl Copy for ImageBoundImportDescriptor
[src]
impl Pod for ImageBoundImportDescriptor
[src]
Auto Trait Implementations
impl Send for ImageBoundImportDescriptor
impl Sync for ImageBoundImportDescriptor
impl Unpin for ImageBoundImportDescriptor
Blanket Implementations
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]pub fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> ToOwned for T where
T: Clone,
[src]
impl<T> ToOwned for T where
T: Clone,
[src]type Owned = T
The resulting type after obtaining ownership.