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