#[repr(C)]pub struct _SYSTEM_INFO {
pub __bindgen_anon_1: _SYSTEM_INFO__bindgen_ty_1,
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§
§__bindgen_anon_1: _SYSTEM_INFO__bindgen_ty_1
§dwPageSize: DWORD
§lpMinimumApplicationAddress: LPVOID
§lpMaximumApplicationAddress: LPVOID
§dwActiveProcessorMask: DWORD_PTR
§dwNumberOfProcessors: DWORD
§dwProcessorType: DWORD
§dwAllocationGranularity: DWORD
§wProcessorLevel: WORD
§wProcessorRevision: WORD
Trait 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 moreimpl Copy for _SYSTEM_INFO
Auto Trait Implementations§
impl Freeze for _SYSTEM_INFO
impl RefUnwindSafe for _SYSTEM_INFO
impl !Send for _SYSTEM_INFO
impl !Sync for _SYSTEM_INFO
impl Unpin for _SYSTEM_INFO
impl UnwindSafe for _SYSTEM_INFO
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more