pub struct Accessors(/* private fields */);Expand description
These are backend callback routines that provide access to the state of a “remote” process. This can be used, for example, to unwind another process through the ptrace() interface.
Implementations§
Auto Trait Implementations§
impl Freeze for Accessors
impl RefUnwindSafe for Accessors
impl Send for Accessors
impl Sync for Accessors
impl Unpin for Accessors
impl UnwindSafe for Accessors
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