pub struct DFHeapSizeCtx { /* private fields */ }Trait Implementations§
Source§impl Default for DFHeapSizeCtx
impl Default for DFHeapSizeCtx
Source§fn default() -> DFHeapSizeCtx
fn default() -> DFHeapSizeCtx
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for DFHeapSizeCtx
impl RefUnwindSafe for DFHeapSizeCtx
impl Send for DFHeapSizeCtx
impl Sync for DFHeapSizeCtx
impl Unpin for DFHeapSizeCtx
impl UnsafeUnpin for DFHeapSizeCtx
impl UnwindSafe for DFHeapSizeCtx
Blanket Implementations§
impl<T> Allocation for T
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