Struct libc::types::os::arch::extra::SYSTEM_INFO [] [src]

pub struct SYSTEM_INFO {
    pub wProcessorArchitecture: WORD,
    pub wReserved: WORD,
    pub dwPageSize: DWORD,
    pub lpMinimumApplicationAddress: LPVOID,
    pub lpMaximumApplicationAddress: LPVOID,
    pub dwActiveProcessorMask: uintptr_t,
    pub dwNumberOfProcessors: DWORD,
    pub dwProcessorType: DWORD,
    pub dwAllocationGranularity: DWORD,
    pub wProcessorLevel: WORD,
    pub wProcessorRevision: WORD,
}

Fields

wProcessorArchitecture
wReserved
dwPageSize
lpMinimumApplicationAddress
lpMaximumApplicationAddress
dwActiveProcessorMask
dwNumberOfProcessors
dwProcessorType
dwAllocationGranularity
wProcessorLevel
wProcessorRevision

Trait Implementations

Derived Implementations

impl Clone for SYSTEM_INFO

fn clone(&self) -> SYSTEM_INFO

fn clone_from(&mut self, source: &Self)

impl Copy for SYSTEM_INFO