pub struct CpuIds<'a> { /* private fields */ }
Expand description
Represents the value of the reg
property of a /cpus/cpu*
node which may
contain more than one CPU or thread ID
Implementations§
Trait Implementations§
impl<'a> Copy for CpuIds<'a>
Auto Trait Implementations§
impl<'a> Freeze for CpuIds<'a>
impl<'a> RefUnwindSafe for CpuIds<'a>
impl<'a> Send for CpuIds<'a>
impl<'a> Sync for CpuIds<'a>
impl<'a> Unpin for CpuIds<'a>
impl<'a> UnwindSafe for CpuIds<'a>
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