Struct PROCESSORINFO
#[repr(C)]pub struct PROCESSORINFO {
pub Processor: u16,
pub NumberProcessors: u16,
}
Fields§
§Processor: u16
§NumberProcessors: u16
Trait Implementations§
§impl Clone for PROCESSORINFO
impl Clone for PROCESSORINFO
§fn clone(&self) -> PROCESSORINFO
fn clone(&self) -> PROCESSORINFO
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 more§impl Debug for PROCESSORINFO
impl Debug for PROCESSORINFO
§impl Default for PROCESSORINFO
impl Default for PROCESSORINFO
§impl PartialEq for PROCESSORINFO
impl PartialEq for PROCESSORINFO
impl Copy for PROCESSORINFO
impl StructuralPartialEq for PROCESSORINFO
Auto Trait Implementations§
impl Freeze for PROCESSORINFO
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