Struct win_sys::SystemServices::NON_PAGED_DEBUG_INFO [−][src]
#[repr(C, packed(4))]pub struct NON_PAGED_DEBUG_INFO {
pub Signature: u16,
pub Flags: u16,
pub Size: u32,
pub Machine: u16,
pub Characteristics: u16,
pub TimeDateStamp: u32,
pub CheckSum: u32,
pub SizeOfImage: u32,
pub ImageBase: u64,
}Expand description
Required features: Win32_System_SystemServices
Fields
Signature: u16Flags: u16Size: u32Machine: u16Characteristics: u16TimeDateStamp: u32CheckSum: u32SizeOfImage: u32ImageBase: u64Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for NON_PAGED_DEBUG_INFO
impl Send for NON_PAGED_DEBUG_INFO
impl Sync for NON_PAGED_DEBUG_INFO
impl Unpin for NON_PAGED_DEBUG_INFO
impl UnwindSafe for NON_PAGED_DEBUG_INFO
Blanket Implementations
Mutably borrows from an owned value. Read more