pub struct CpuTopology {
pub cores: Vec<String>,
pub threads: Vec<String>,
}Fields§
§cores: Vec<String>§threads: Vec<String>Trait Implementations§
Auto Trait Implementations§
impl Freeze for CpuTopology
impl RefUnwindSafe for CpuTopology
impl Send for CpuTopology
impl Sync for CpuTopology
impl Unpin for CpuTopology
impl UnwindSafe for CpuTopology
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