Struct windows_sys::Win32::System::Diagnostics::Debug::PROCESSORINFO
[−]Expand description
Required features: "Win32_System_Diagnostics_Debug"
Fields
Processor: u16
NumberProcessors: u16
Trait Implementations
impl Clone for PROCESSORINFO
impl Clone for PROCESSORINFO
impl Copy for PROCESSORINFO
Auto Trait Implementations
impl RefUnwindSafe for PROCESSORINFO
impl Send for PROCESSORINFO
impl Sync for PROCESSORINFO
impl Unpin for PROCESSORINFO
impl UnwindSafe for PROCESSORINFO
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more