#[repr(C)]pub struct CpuInfoList {
pub next: *mut CpuInfoList,
pub value: *mut CpuInfo,
}Fields§
§next: *mut CpuInfoList§value: *mut CpuInfoTrait Implementations§
Source§impl Clone for CpuInfoList
impl Clone for CpuInfoList
Source§fn clone(&self) -> CpuInfoList
fn clone(&self) -> CpuInfoList
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for CpuInfoList
impl Debug for CpuInfoList
impl Copy for CpuInfoList
Auto Trait Implementations§
impl Freeze for CpuInfoList
impl RefUnwindSafe for CpuInfoList
impl !Send for CpuInfoList
impl !Sync for CpuInfoList
impl Unpin for CpuInfoList
impl UnwindSafe for CpuInfoList
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