pub struct ProcId(/* private fields */);
Expand description
进程 Id
Implementations§
Trait Implementations§
Source§impl Ord for ProcId
impl Ord for ProcId
Source§impl PartialOrd for ProcId
impl PartialOrd for ProcId
impl Copy for ProcId
impl Eq for ProcId
impl StructuralPartialEq for ProcId
Auto Trait Implementations§
impl Freeze for ProcId
impl RefUnwindSafe for ProcId
impl Send for ProcId
impl Sync for ProcId
impl Unpin for ProcId
impl UnwindSafe for ProcId
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