pub struct RawProcess { /* private fields */ }
Expand description
A raw process, initialized by an explicit pid. Unsafe and prone to permission errors beware, know your environment and security restrictions.
Implementations§
Trait Implementations§
Source§impl ProcessIdentifier for RawProcess
impl ProcessIdentifier for RawProcess
Auto Trait Implementations§
impl Freeze for RawProcess
impl RefUnwindSafe for RawProcess
impl Send for RawProcess
impl Sync for RawProcess
impl Unpin for RawProcess
impl UnwindSafe for RawProcess
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