pub struct MemoryDebug {
pub max_heap_alloc_offset: usize,
}Fields§
§max_heap_alloc_offset: usizeAuto Trait Implementations§
impl Freeze for MemoryDebug
impl RefUnwindSafe for MemoryDebug
impl Send for MemoryDebug
impl Sync for MemoryDebug
impl Unpin for MemoryDebug
impl UnwindSafe for MemoryDebug
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