pub enum ProcRef {
ProcSelf,
ProcId(usize),
}
Expand description
the reference to a process, either the symbolic “self” or a process id
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ProcRef
impl RefUnwindSafe for ProcRef
impl Send for ProcRef
impl Sync for ProcRef
impl Unpin for ProcRef
impl UnwindSafe for ProcRef
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