pub struct Pid(pub GPid);Expand description
Process identifier
Tuple Fields§
§0: GPidTrait Implementations§
impl Copy for Pid
impl Eq for Pid
impl Send for Pid
impl StructuralPartialEq for Pid
impl Sync for Pid
Auto Trait Implementations§
impl Freeze for Pid
impl RefUnwindSafe for Pid
impl Unpin for Pid
impl UnsafeUnpin 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