Struct windows_native::ntexapi::SYSTEM_PROCESSOR_INFORMATION
source ยท #[repr(C)]pub struct SYSTEM_PROCESSOR_INFORMATION {
pub ProcessorArchitecture: u16,
pub ProcessorLevel: u16,
pub ProcessorRevision: u16,
pub MaximumProcessors: u16,
pub ProcessorFeatureBits: u32,
}Fieldsยง
ยงProcessorArchitecture: u16ยงProcessorLevel: u16ยงProcessorRevision: u16ยงMaximumProcessors: u16ยงProcessorFeatureBits: u32Trait Implementationsยง
Auto Trait Implementationsยง
impl RefUnwindSafe for SYSTEM_PROCESSOR_INFORMATION
impl Send for SYSTEM_PROCESSOR_INFORMATION
impl Sync for SYSTEM_PROCESSOR_INFORMATION
impl Unpin for SYSTEM_PROCESSOR_INFORMATION
impl UnwindSafe for SYSTEM_PROCESSOR_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