pub struct HeapMemory { /* private fields */ }Expand description
堆内存操作
Implementations§
Trait Implementations§
Source§impl Default for HeapMemory
impl Default for HeapMemory
Source§impl Drop for HeapMemory
impl Drop for HeapMemory
Auto Trait Implementations§
impl !Send for HeapMemory
impl !Sync for HeapMemory
impl Freeze for HeapMemory
impl RefUnwindSafe for HeapMemory
impl Unpin for HeapMemory
impl UnsafeUnpin for HeapMemory
impl UnwindSafe for HeapMemory
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