pub(crate) struct ExecProc {
pub(crate) session_id: u32,
pub(crate) pid: usize,
}Fields§
§session_id: u32§pid: usizeAuto Trait Implementations§
impl Freeze for ExecProc
impl RefUnwindSafe for ExecProc
impl Send for ExecProc
impl Sync for ExecProc
impl Unpin for ExecProc
impl UnsafeUnpin for ExecProc
impl UnwindSafe for ExecProc
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