pub struct NumaNodePerfStats {
pub scheduler_runs: AtomicU64,
pub work_steals: AtomicU64,
pub load_imbalances: AtomicU64,
pub memory_pressure_events: AtomicU64,
}
Fields§
§scheduler_runs: AtomicU64
§work_steals: AtomicU64
§load_imbalances: AtomicU64
§memory_pressure_events: AtomicU64
Trait Implementations§
Source§impl Default for NumaNodePerfStats
impl Default for NumaNodePerfStats
Source§fn default() -> NumaNodePerfStats
fn default() -> NumaNodePerfStats
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl !Freeze for NumaNodePerfStats
impl RefUnwindSafe for NumaNodePerfStats
impl Send for NumaNodePerfStats
impl Sync for NumaNodePerfStats
impl Unpin for NumaNodePerfStats
impl UnwindSafe for NumaNodePerfStats
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