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