pub struct Proc(pub u32);
Expand description
Which process (thread) to monitor.
Construct with pid or tid.
Proc(0)
indicates the current process.
Tuple Fields§
§0: u32
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Proc
impl RefUnwindSafe for Proc
impl Send for Proc
impl Sync for Proc
impl Unpin for Proc
impl UnwindSafe for Proc
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