#[repr(C)]pub struct CpuCount {
pub online: u32,
pub available: u32,
}
Fields§
§online: u32
§available: u32
Trait Implementations§
Auto Trait Implementations§
impl Freeze for CpuCount
impl RefUnwindSafe for CpuCount
impl Send for CpuCount
impl Sync for CpuCount
impl Unpin for CpuCount
impl UnwindSafe for CpuCount
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