Struct raminspect::ResumeHandle
source · pub struct ResumeHandle { /* private fields */ }Expand description
A handle obtained by calling the RamInspector::resume_process method that
re-pauses the target process when dropped, assuming no other handles for the
process currently exist. See the docs of that method for more information.
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for ResumeHandle
impl Send for ResumeHandle
impl Sync for ResumeHandle
impl Unpin for ResumeHandle
impl UnwindSafe for ResumeHandle
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