pub struct PidsCgroupStats {
pub current: u64,
pub limit: i64,
}Fields§
§current: u64Current number of processes in the cgroup, read from pids.current.
limit: i64Maximum number of processes in the cgroup, read from pids.limit.
Trait Implementations§
Source§impl Debug for PidsCgroupStats
impl Debug for PidsCgroupStats
Source§impl Default for PidsCgroupStats
impl Default for PidsCgroupStats
Source§fn default() -> PidsCgroupStats
fn default() -> PidsCgroupStats
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for PidsCgroupStats
impl RefUnwindSafe for PidsCgroupStats
impl Send for PidsCgroupStats
impl Sync for PidsCgroupStats
impl Unpin for PidsCgroupStats
impl UnwindSafe for PidsCgroupStats
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