#[repr(C)]pub struct IMAGE_BOUND_IMPORT_DESCRIPTOR {
pub TimeDateStamp: u32,
pub OffsetModuleName: u16,
pub NumberOfModuleForwarderRefs: u16,
}
Fields§
§TimeDateStamp: u32
§OffsetModuleName: u16
§NumberOfModuleForwarderRefs: u16
Trait Implementations§
§impl Clone for IMAGE_BOUND_IMPORT_DESCRIPTOR
impl Clone for IMAGE_BOUND_IMPORT_DESCRIPTOR
impl Copy for IMAGE_BOUND_IMPORT_DESCRIPTOR
Auto Trait Implementations§
impl RefUnwindSafe for IMAGE_BOUND_IMPORT_DESCRIPTOR
impl Send for IMAGE_BOUND_IMPORT_DESCRIPTOR
impl Sync for IMAGE_BOUND_IMPORT_DESCRIPTOR
impl Unpin for IMAGE_BOUND_IMPORT_DESCRIPTOR
impl UnwindSafe for IMAGE_BOUND_IMPORT_DESCRIPTOR
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more