#[repr(C)]pub struct PROCESSOR_IDLESTATE_INFO {
pub TimeCheck: DWORD,
pub DemotePercent: BYTE,
pub PromotePercent: BYTE,
pub Spare: [BYTE; 2],
}
Fields§
§TimeCheck: DWORD
§DemotePercent: BYTE
§PromotePercent: BYTE
§Spare: [BYTE; 2]
Trait Implementations§
Source§impl Clone for PROCESSOR_IDLESTATE_INFO
impl Clone for PROCESSOR_IDLESTATE_INFO
Source§fn clone(&self) -> PROCESSOR_IDLESTATE_INFO
fn clone(&self) -> PROCESSOR_IDLESTATE_INFO
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 moreSource§impl Debug for PROCESSOR_IDLESTATE_INFO
impl Debug for PROCESSOR_IDLESTATE_INFO
Source§impl Ord for PROCESSOR_IDLESTATE_INFO
impl Ord for PROCESSOR_IDLESTATE_INFO
Source§fn cmp(&self, other: &PROCESSOR_IDLESTATE_INFO) -> Ordering
fn cmp(&self, other: &PROCESSOR_IDLESTATE_INFO) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for PROCESSOR_IDLESTATE_INFO
impl PartialEq for PROCESSOR_IDLESTATE_INFO
Source§impl PartialOrd for PROCESSOR_IDLESTATE_INFO
impl PartialOrd for PROCESSOR_IDLESTATE_INFO
impl Copy for PROCESSOR_IDLESTATE_INFO
impl Eq for PROCESSOR_IDLESTATE_INFO
impl StructuralPartialEq for PROCESSOR_IDLESTATE_INFO
Auto Trait Implementations§
impl Freeze for PROCESSOR_IDLESTATE_INFO
impl RefUnwindSafe for PROCESSOR_IDLESTATE_INFO
impl Send for PROCESSOR_IDLESTATE_INFO
impl Sync for PROCESSOR_IDLESTATE_INFO
impl Unpin for PROCESSOR_IDLESTATE_INFO
impl UnwindSafe for PROCESSOR_IDLESTATE_INFO
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