Struct winsafe::SYSTEM_INFO[][src]

#[repr(C)]
pub struct SYSTEM_INFO { pub wProcessorArchitecture: PROCESSOR_ARCHITECTURE, pub dwPageSize: u32, pub lpMinimumApplicationAddress: *mut c_void, pub lpMaximumApplicationAddress: *mut c_void, pub dwActiveProcessorMask: usize, pub dwNumberOfProcessors: u32, pub dwProcessorType: PROCESSOR, pub dwAllocationGranularity: u32, pub wProcessorLevel: u16, pub wProcessorRevision: u16, // some fields omitted }
Expand description

SYSTEM_INFO struct.

Fields

wProcessorArchitecture: PROCESSOR_ARCHITECTUREdwPageSize: u32lpMinimumApplicationAddress: *mut c_voidlpMaximumApplicationAddress: *mut c_voiddwActiveProcessorMask: usizedwNumberOfProcessors: u32dwProcessorType: PROCESSORdwAllocationGranularity: u32wProcessorLevel: u16wProcessorRevision: u16

Trait Implementations

Returns the “default value” for a type. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.