Struct windows_native::ntexapi::SYSTEM_BASIC_INFORMATION
source ยท #[repr(C)]pub struct SYSTEM_BASIC_INFORMATION {
pub Reserved: u32,
pub TimerResolution: u32,
pub PageSize: u32,
pub NumberOfPhysicalPages: u32,
pub LowestPhysicalPageNumber: u32,
pub HighestPhysicalPageNumber: u32,
pub AllocationGranularity: u32,
pub MinimumUserModeAddress: usize,
pub MaximumUserModeAddress: usize,
pub ActiveProcessorsAffinityMask: usize,
pub NumberOfProcessors: i8,
}Fieldsยง
ยงReserved: u32ยงTimerResolution: u32ยงPageSize: u32ยงNumberOfPhysicalPages: u32ยงLowestPhysicalPageNumber: u32ยงHighestPhysicalPageNumber: u32ยงAllocationGranularity: u32ยงMinimumUserModeAddress: usizeยงMaximumUserModeAddress: usizeยงActiveProcessorsAffinityMask: usizeยงNumberOfProcessors: i8Trait Implementationsยง
sourceยงimpl Debug for SYSTEM_BASIC_INFORMATION
impl Debug for SYSTEM_BASIC_INFORMATION
Auto Trait Implementationsยง
impl RefUnwindSafe for SYSTEM_BASIC_INFORMATION
impl Send for SYSTEM_BASIC_INFORMATION
impl Sync for SYSTEM_BASIC_INFORMATION
impl Unpin for SYSTEM_BASIC_INFORMATION
impl UnwindSafe for SYSTEM_BASIC_INFORMATION
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