pub struct MemInfoEntry<'m> { /* private fields */ }Expand description
A parsed /proc/meminfo entry.
Implementations§
Source§impl<'m> MemInfoEntry<'m>
impl<'m> MemInfoEntry<'m>
Trait Implementations§
Source§impl<'m> Clone for MemInfoEntry<'m>
impl<'m> Clone for MemInfoEntry<'m>
Source§fn clone(&self) -> MemInfoEntry<'m>
fn clone(&self) -> MemInfoEntry<'m>
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<'m> Debug for MemInfoEntry<'m>
impl<'m> Debug for MemInfoEntry<'m>
Source§impl<'m> PartialEq for MemInfoEntry<'m>
impl<'m> PartialEq for MemInfoEntry<'m>
impl<'m> Eq for MemInfoEntry<'m>
impl<'m> StructuralPartialEq for MemInfoEntry<'m>
Auto Trait Implementations§
impl<'m> Freeze for MemInfoEntry<'m>
impl<'m> RefUnwindSafe for MemInfoEntry<'m>
impl<'m> Send for MemInfoEntry<'m>
impl<'m> Sync for MemInfoEntry<'m>
impl<'m> Unpin for MemInfoEntry<'m>
impl<'m> UnwindSafe for MemInfoEntry<'m>
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