#[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 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for CpuInfoList
Auto Trait Implementations§
impl !Send for CpuInfoList
impl !Sync for CpuInfoList
impl Freeze for CpuInfoList
impl RefUnwindSafe for CpuInfoList
impl Unpin for CpuInfoList
impl UnsafeUnpin 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