pub struct ProcsRec {
pub num: i32,
pub state: u8,
pub swap: usize,
pub rss: usize,
pub total: usize,
pub command: String,
}Fields§
§num: i32§state: u8§swap: usize§rss: usize§total: usize§command: StringTrait Implementations§
Auto Trait Implementations§
impl Freeze for ProcsRec
impl RefUnwindSafe for ProcsRec
impl Send for ProcsRec
impl Sync for ProcsRec
impl Unpin for ProcsRec
impl UnwindSafe for ProcsRec
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