pub struct AffinityStats { /* private fields */ }Expand description
Statistics for CPU affinity operations.
Implementations§
Source§impl AffinityStats
impl AffinityStats
Trait Implementations§
Source§impl Debug for AffinityStats
impl Debug for AffinityStats
Source§impl Default for AffinityStats
impl Default for AffinityStats
Source§fn default() -> AffinityStats
fn default() -> AffinityStats
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl !Freeze for AffinityStats
impl RefUnwindSafe for AffinityStats
impl Send for AffinityStats
impl Sync for AffinityStats
impl Unpin for AffinityStats
impl UnwindSafe for AffinityStats
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
Source§impl<T> Injectable for T
impl<T> Injectable for T
Source§fn type_id_of() -> TypeIdwhere
Self: Sized,
fn type_id_of() -> TypeIdwhere
Self: Sized,
Returns the TypeId of this type (for internal use)
Source§fn type_name_of() -> &'static strwhere
Self: Sized,
fn type_name_of() -> &'static strwhere
Self: Sized,
Returns the type name for debugging