pub struct ProcessRef {
pub pid: i32,
pub command: String,
pub exe: String,
}Fields§
§pid: i32§command: String§exe: StringAuto Trait Implementations§
impl Freeze for ProcessRef
impl RefUnwindSafe for ProcessRef
impl Send for ProcessRef
impl Sync for ProcessRef
impl Unpin for ProcessRef
impl UnwindSafe for ProcessRef
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