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