#[repr(C)]
pub struct ANON_OBJECT_HEADER_BIGOBJ {Show 13 fields
pub Sig1: u16,
pub Sig2: u16,
pub Version: u16,
pub Machine: u16,
pub TimeDateStamp: u32,
pub ClassID: GUID,
pub SizeOfData: u32,
pub Flags: u32,
pub MetaDataSize: u32,
pub MetaDataOffset: u32,
pub NumberOfSections: u32,
pub PointerToSymbolTable: u32,
pub NumberOfSymbols: u32,
}
Expand description
Required features: "Win32_System_SystemServices"
Performs copy-assignment from
source
.
Read more
Immutably borrows from an owned value.
Read more
Mutably borrows from an owned value.
Read more
Returns the argument unchanged.
Calls U::from(self)
.
That is, this conversion is whatever the implementation of
From<T> for U
chooses to do.
The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.