Struct win_sys::SystemServices::ANON_OBJECT_HEADER [−][src]
#[repr(C)]pub struct ANON_OBJECT_HEADER {
pub Sig1: u16,
pub Sig2: u16,
pub Version: u16,
pub Machine: u16,
pub TimeDateStamp: u32,
pub ClassID: GUID,
pub SizeOfData: u32,
}Expand description
Required features: Win32_System_SystemServices
Fields
Sig1: u16Sig2: u16Version: u16Machine: u16TimeDateStamp: u32ClassID: GUIDSizeOfData: u32Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for ANON_OBJECT_HEADER
impl Send for ANON_OBJECT_HEADER
impl Sync for ANON_OBJECT_HEADER
impl Unpin for ANON_OBJECT_HEADER
impl UnwindSafe for ANON_OBJECT_HEADER
Blanket Implementations
Mutably borrows from an owned value. Read more