Struct fxprof_processed_profile::ThreadHandle
source · pub struct ThreadHandle(_);
Expand description
A thread. Can be created with Profile::add_thread
.
Trait Implementations§
source§impl Clone for ThreadHandle
impl Clone for ThreadHandle
source§fn clone(&self) -> ThreadHandle
fn clone(&self) -> ThreadHandle
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 ThreadHandle
impl Debug for ThreadHandle
source§impl Hash for ThreadHandle
impl Hash for ThreadHandle
source§impl Ord for ThreadHandle
impl Ord for ThreadHandle
source§fn cmp(&self, other: &ThreadHandle) -> Ordering
fn cmp(&self, other: &ThreadHandle) -> 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<ThreadHandle> for ThreadHandle
impl PartialEq<ThreadHandle> for ThreadHandle
source§fn eq(&self, other: &ThreadHandle) -> bool
fn eq(&self, other: &ThreadHandle) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd<ThreadHandle> for ThreadHandle
impl PartialOrd<ThreadHandle> for ThreadHandle
source§fn partial_cmp(&self, other: &ThreadHandle) -> Option<Ordering>
fn partial_cmp(&self, other: &ThreadHandle) -> 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 ThreadHandle
impl Eq for ThreadHandle
impl StructuralEq for ThreadHandle
impl StructuralPartialEq for ThreadHandle
Auto Trait Implementations§
impl RefUnwindSafe for ThreadHandle
impl Send for ThreadHandle
impl Sync for ThreadHandle
impl Unpin for ThreadHandle
impl UnwindSafe for ThreadHandle
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