pub struct CgroupMemoryEvents {
pub low: usize,
pub high: usize,
pub max: usize,
pub oom: usize,
pub oom_kill: usize,
pub oom_group_kill: usize,
}
Fields§
§low: usize
§high: usize
§max: usize
§oom: usize
§oom_kill: usize
§oom_group_kill: usize
Trait Implementations§
Source§impl Clone for CgroupMemoryEvents
impl Clone for CgroupMemoryEvents
Source§fn clone(&self) -> CgroupMemoryEvents
fn clone(&self) -> CgroupMemoryEvents
Returns a duplicate 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 CgroupMemoryEvents
impl Debug for CgroupMemoryEvents
Source§impl Default for CgroupMemoryEvents
impl Default for CgroupMemoryEvents
Source§fn default() -> CgroupMemoryEvents
fn default() -> CgroupMemoryEvents
Returns the “default value” for a type. Read more
impl Copy for CgroupMemoryEvents
Auto Trait Implementations§
impl Freeze for CgroupMemoryEvents
impl RefUnwindSafe for CgroupMemoryEvents
impl Send for CgroupMemoryEvents
impl Sync for CgroupMemoryEvents
impl Unpin for CgroupMemoryEvents
impl UnwindSafe for CgroupMemoryEvents
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