pub struct CpuEntry {
pub model: &'static str,
pub threads: u32,
}Fields§
§model: &'static str§threads: u32Auto Trait Implementations§
impl Freeze for CpuEntry
impl RefUnwindSafe for CpuEntry
impl Send for CpuEntry
impl Sync for CpuEntry
impl Unpin for CpuEntry
impl UnsafeUnpin for CpuEntry
impl UnwindSafe for CpuEntry
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