#[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: u32
OffsetModuleName: u16
Reserved: u16
Trait Implementations
impl Clone for IMAGE_BOUND_FORWARDER_REF
impl Clone for IMAGE_BOUND_FORWARDER_REF
impl Copy for IMAGE_BOUND_FORWARDER_REF
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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more