#[repr(C)]pub struct host_cpu_load_info {
pub cpu_ticks: [natural_t; 4],
}
Fields§
§cpu_ticks: [natural_t; 4]
Trait Implementations§
Source§impl Clone for host_cpu_load_info
impl Clone for host_cpu_load_info
Source§fn clone(&self) -> host_cpu_load_info
fn clone(&self) -> host_cpu_load_info
Returns a copy 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 host_cpu_load_info
impl Debug for host_cpu_load_info
Source§impl Hash for host_cpu_load_info
impl Hash for host_cpu_load_info
Source§impl PartialEq for host_cpu_load_info
impl PartialEq for host_cpu_load_info
impl Copy for host_cpu_load_info
impl Eq for host_cpu_load_info
impl StructuralPartialEq for host_cpu_load_info
Auto Trait Implementations§
impl Freeze for host_cpu_load_info
impl RefUnwindSafe for host_cpu_load_info
impl Send for host_cpu_load_info
impl Sync for host_cpu_load_info
impl Unpin for host_cpu_load_info
impl UnwindSafe for host_cpu_load_info
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