Struct linux_perf_data::NrCpus
source · [−]Expand description
The number of available and online CPUs. (nr_cpus)
Fields
nr_cpus_available: u32CPUs not yet onlined
nr_cpus_online: u32Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for NrCpus
impl Send for NrCpus
impl Sync for NrCpus
impl Unpin for NrCpus
impl UnwindSafe for NrCpus
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more