Struct win_sys::SystemServices::IMPORT_OBJECT_HEADER [−][src]
#[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: u16Sig2: u16Version: u16Machine: u16TimeDateStamp: u32SizeOfData: u32Anonymous: IMPORT_OBJECT_HEADER_0_bitfield: u16Trait Implementations
Returns the “default value” for a type. Read more
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
Mutably borrows from an owned value. Read more