Struct winapi::sysinfoapi::SYSTEM_INFO [] [src]

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

Fields

wProcessorArchitecture: WORD wReserved: WORD dwPageSize: DWORD lpMinimumApplicationAddress: LPVOID lpMaximumApplicationAddress: LPVOID dwActiveProcessorMask: DWORD_PTR dwNumberOfProcessors: DWORD dwProcessorType: DWORD dwAllocationGranularity: DWORD wProcessorLevel: WORD wProcessorRevision: WORD

Methods

impl SYSTEM_INFO
[src]

unsafe fn dwOemId(&self) -> &DWORD

unsafe fn dwOemId_mut(&mut self) -> &mut DWORD

Trait Implementations

impl Debug for SYSTEM_INFO
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.

impl Copy for SYSTEM_INFO
[src]

impl Clone for SYSTEM_INFO
[src]

fn clone(&self) -> SYSTEM_INFO

Returns a copy of the value. Read more

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

Performs copy-assignment from source. Read more