Struct winapi::um::sysinfoapi::SYSTEM_INFO
source · #[repr(C)]pub struct SYSTEM_INFO {
pub u: SYSTEM_INFO_u,
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§
§u: SYSTEM_INFO_u§dwPageSize: DWORD§lpMinimumApplicationAddress: LPVOID§lpMaximumApplicationAddress: LPVOID§dwActiveProcessorMask: DWORD_PTR§dwNumberOfProcessors: DWORD§dwProcessorType: DWORD§dwAllocationGranularity: DWORD§wProcessorLevel: WORD§wProcessorRevision: WORDTrait Implementations§
source§impl Clone for SYSTEM_INFO
impl Clone for SYSTEM_INFO
source§fn clone(&self) -> SYSTEM_INFO
fn clone(&self) -> SYSTEM_INFO
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more