Struct windows_sys::Win32::System::SystemServices::IMPORT_OBJECT_HEADER
[−]#[repr(C)]pub struct IMPORT_OBJECT_HEADER {
pub Sig1: u16,
pub Sig2: u16,
pub Version: u16,
pub Machine: u16,
pub TimeDateStamp: u32,
pub SizeOfData: u32,
pub Anonymous: IMPORT_OBJECT_HEADER_0,
pub _bitfield: u16,
}
Expand description
Required features: "Win32_System_SystemServices"
Fields
Sig1: u16
Sig2: u16
Version: u16
Machine: u16
TimeDateStamp: u32
SizeOfData: u32
Anonymous: IMPORT_OBJECT_HEADER_0
_bitfield: u16
Trait Implementations
impl Clone for IMPORT_OBJECT_HEADER
impl Clone for IMPORT_OBJECT_HEADER
impl Copy for IMPORT_OBJECT_HEADER
Auto Trait Implementations
impl RefUnwindSafe for IMPORT_OBJECT_HEADER
impl Send for IMPORT_OBJECT_HEADER
impl Sync for IMPORT_OBJECT_HEADER
impl Unpin for IMPORT_OBJECT_HEADER
impl UnwindSafe for IMPORT_OBJECT_HEADER
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