pub struct FrameHandle(/* private fields */);
Expand description
A handle to a frame, specific to a thread. Can be created with Profile::intern_frame
.
Trait Implementations§
Source§impl Clone for FrameHandle
impl Clone for FrameHandle
Source§fn clone(&self) -> FrameHandle
fn clone(&self) -> FrameHandle
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 FrameHandle
impl Debug for FrameHandle
Source§impl Hash for FrameHandle
impl Hash for FrameHandle
Source§impl Ord for FrameHandle
impl Ord for FrameHandle
Source§fn cmp(&self, other: &FrameHandle) -> Ordering
fn cmp(&self, other: &FrameHandle) -> 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 for FrameHandle
impl PartialEq for FrameHandle
Source§impl PartialOrd for FrameHandle
impl PartialOrd for FrameHandle
impl Copy for FrameHandle
impl Eq for FrameHandle
impl StructuralPartialEq for FrameHandle
Auto Trait Implementations§
impl Freeze for FrameHandle
impl RefUnwindSafe for FrameHandle
impl Send for FrameHandle
impl Sync for FrameHandle
impl Unpin for FrameHandle
impl UnwindSafe for FrameHandle
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