Struct winapi::um::winnt::IMPORT_OBJECT_HEADER
source · #[repr(C)]pub struct IMPORT_OBJECT_HEADER {
pub Sig1: WORD,
pub Sig2: WORD,
pub Version: WORD,
pub Machine: WORD,
pub TimeDateStamp: DWORD,
pub SizeOfData: DWORD,
pub u: IMPORT_OBJECT_HEADER_u,
pub BitFields: WORD,
}
Fields§
§Sig1: WORD
§Sig2: WORD
§Version: WORD
§Machine: WORD
§TimeDateStamp: DWORD
§SizeOfData: DWORD
§u: IMPORT_OBJECT_HEADER_u
§BitFields: WORD
Implementations§
Trait Implementations§
source§impl Clone for IMPORT_OBJECT_HEADER
impl Clone for IMPORT_OBJECT_HEADER
source§fn clone(&self) -> IMPORT_OBJECT_HEADER
fn clone(&self) -> IMPORT_OBJECT_HEADER
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Default for IMPORT_OBJECT_HEADER
impl Default for IMPORT_OBJECT_HEADER
source§fn default() -> IMPORT_OBJECT_HEADER
fn default() -> IMPORT_OBJECT_HEADER
Returns the “default value” for a type. Read more