pub struct LinuxMemory { /* private fields */ }
Expand description
LinuxMemory for Linux cgroup ‘memory’ resource management
Trait Implementations§
Source§impl Clone for LinuxMemory
impl Clone for LinuxMemory
Source§fn clone(&self) -> LinuxMemory
fn clone(&self) -> LinuxMemory
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 LinuxMemory
impl Debug for LinuxMemory
Source§impl Default for LinuxMemory
impl Default for LinuxMemory
Source§fn default() -> LinuxMemory
fn default() -> LinuxMemory
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for LinuxMemory
impl<'de> Deserialize<'de> for LinuxMemory
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for LinuxMemory
impl RefUnwindSafe for LinuxMemory
impl Send for LinuxMemory
impl Sync for LinuxMemory
impl Unpin for LinuxMemory
impl UnwindSafe for LinuxMemory
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