pub struct CpuCgroupStats {
pub cpu_acct: Option<CpuAcctStats>,
pub cpu_throttling: Option<CpuThrottlingStats>,
}Fields§
§cpu_acct: Option<CpuAcctStats>§cpu_throttling: Option<CpuThrottlingStats>Trait Implementations§
Source§impl Debug for CpuCgroupStats
impl Debug for CpuCgroupStats
Source§impl Default for CpuCgroupStats
impl Default for CpuCgroupStats
Source§fn default() -> CpuCgroupStats
fn default() -> CpuCgroupStats
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for CpuCgroupStats
impl RefUnwindSafe for CpuCgroupStats
impl Send for CpuCgroupStats
impl Sync for CpuCgroupStats
impl Unpin for CpuCgroupStats
impl UnwindSafe for CpuCgroupStats
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