pub struct PTrace {
pub process: Proc,
pub tracer: Proc,
}Fields§
§process: Proc§tracer: ProcTrait Implementations§
Auto Trait Implementations§
impl Freeze for PTrace
impl RefUnwindSafe for PTrace
impl Send for PTrace
impl Sync for PTrace
impl Unpin for PTrace
impl UnsafeUnpin for PTrace
impl UnwindSafe for PTrace
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