Struct ipc_channel::platform::unix::PID
source · struct PID {
__private_field: (),
}
Fields§
§__private_field: ()
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PID
impl RefUnwindSafe for PID
impl Send for PID
impl Sync for PID
impl Unpin for PID
impl UnwindSafe for PID
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