Struct fxprof_processed_profile::ProcessHandle
source · pub struct ProcessHandle(_);
Expand description
A process. Can be created with Profile::add_process
.
Trait Implementations§
source§impl Clone for ProcessHandle
impl Clone for ProcessHandle
source§fn clone(&self) -> ProcessHandle
fn clone(&self) -> ProcessHandle
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for ProcessHandle
impl Debug for ProcessHandle
source§impl Hash for ProcessHandle
impl Hash for ProcessHandle
source§impl Ord for ProcessHandle
impl Ord for ProcessHandle
source§fn cmp(&self, other: &ProcessHandle) -> Ordering
fn cmp(&self, other: &ProcessHandle) -> Ordering
1.21.0 · source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere Self: Sized,
Compares and returns the maximum of two values. Read more
source§impl PartialEq<ProcessHandle> for ProcessHandle
impl PartialEq<ProcessHandle> for ProcessHandle
source§fn eq(&self, other: &ProcessHandle) -> bool
fn eq(&self, other: &ProcessHandle) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd<ProcessHandle> for ProcessHandle
impl PartialOrd<ProcessHandle> for ProcessHandle
source§fn partial_cmp(&self, other: &ProcessHandle) -> Option<Ordering>
fn partial_cmp(&self, other: &ProcessHandle) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moreimpl Copy for ProcessHandle
impl Eq for ProcessHandle
impl StructuralEq for ProcessHandle
impl StructuralPartialEq for ProcessHandle
Auto Trait Implementations§
impl RefUnwindSafe for ProcessHandle
impl Send for ProcessHandle
impl Sync for ProcessHandle
impl Unpin for ProcessHandle
impl UnwindSafe for ProcessHandle
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