pub struct SystemRss { /* private fields */ }Expand description
Live RSS reader backed by sysinfo.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl !Freeze for SystemRss
impl RefUnwindSafe for SystemRss
impl Send for SystemRss
impl Sync for SystemRss
impl Unpin for SystemRss
impl UnsafeUnpin for SystemRss
impl UnwindSafe for SystemRss
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