pub struct RemoteThread { /* private fields */ }Expand description
wrapper for a remote thread handle
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for RemoteThread
impl RefUnwindSafe for RemoteThread
impl Unpin for RemoteThread
impl UnsafeUnpin for RemoteThread
impl UnwindSafe for RemoteThread
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