Struct win_sys::SystemServices::IMAGE_BOUND_FORWARDER_REF [−][src]
#[repr(C)]pub struct IMAGE_BOUND_FORWARDER_REF {
pub TimeDateStamp: u32,
pub OffsetModuleName: u16,
pub Reserved: u16,
}Expand description
Required features: Win32_System_SystemServices
Fields
TimeDateStamp: u32OffsetModuleName: u16Reserved: u16Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for IMAGE_BOUND_FORWARDER_REF
impl Send for IMAGE_BOUND_FORWARDER_REF
impl Sync for IMAGE_BOUND_FORWARDER_REF
impl Unpin for IMAGE_BOUND_FORWARDER_REF
impl UnwindSafe for IMAGE_BOUND_FORWARDER_REF
Blanket Implementations
Mutably borrows from an owned value. Read more