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

#[repr(C)]
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

Methods

impl SYSTEM_INFO
[src]

Trait Implementations

impl Debug for SYSTEM_INFO
[src]

Formats the value using the given formatter.

impl Copy for SYSTEM_INFO
[src]

impl Clone for SYSTEM_INFO
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more