#[repr(C)]pub struct IMAGE_BOUND_IMPORT_DESCRIPTOR {
pub TimeDateStamp: u32,
pub OffsetModuleName: u16,
pub NumberOfModuleForwarderRefs: u16,
}
Expand description
Required features: "Win32_System_SystemServices"
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
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