pub struct UnixPid(/* private fields */);
Expand description
Process ID for the target platform.
Trait Implementations§
Source§impl PartialOrd for UnixPid
impl PartialOrd for UnixPid
impl Copy for UnixPid
impl Eq for UnixPid
impl StructuralPartialEq for UnixPid
Auto Trait Implementations§
impl Freeze for UnixPid
impl RefUnwindSafe for UnixPid
impl Send for UnixPid
impl Sync for UnixPid
impl Unpin for UnixPid
impl UnwindSafe for UnixPid
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