Struct windows_sys::Win32::System::Diagnostics::Debug::Extensions::PROCESSORINFO
#[repr(C)]pub struct PROCESSORINFO {
pub Processor: u16,
pub NumberProcessors: u16,
}Fields§
§Processor: u16§NumberProcessors: u16Trait 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§
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