pub struct AllocHandle { /* private fields */ }
Expand description
Allocation handle.
Implementations§
Source§impl AllocHandle
impl AllocHandle
Sourcepub fn tracker(&self) -> AllocTracker
pub fn tracker(&self) -> AllocTracker
Returns the tracker the handle belongs to.
Trait Implementations§
Source§impl Debug for AllocHandle
impl Debug for AllocHandle
Auto Trait Implementations§
impl Freeze for AllocHandle
impl RefUnwindSafe for AllocHandle
impl Send for AllocHandle
impl Sync for AllocHandle
impl Unpin for AllocHandle
impl UnwindSafe for AllocHandle
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