pub struct GetSamplingProfile {}Expand description
Retrieve native memory allocations profile collected since last startSampling call.
Implementations§
Trait Implementations§
Source§impl Clone for GetSamplingProfile
impl Clone for GetSamplingProfile
Source§fn clone(&self) -> GetSamplingProfile
fn clone(&self) -> GetSamplingProfile
Returns a duplicate 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 Command for GetSamplingProfile
impl Command for GetSamplingProfile
Source§impl Debug for GetSamplingProfile
impl Debug for GetSamplingProfile
Auto Trait Implementations§
impl Freeze for GetSamplingProfile
impl RefUnwindSafe for GetSamplingProfile
impl Send for GetSamplingProfile
impl Sync for GetSamplingProfile
impl Unpin for GetSamplingProfile
impl UnwindSafe for GetSamplingProfile
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