pub struct Alloc { /* private fields */ }Expand description
Buffer used in combination with [AllocContext].
This can be safely re-used.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl !Freeze for Alloc
impl !RefUnwindSafe for Alloc
impl Send for Alloc
impl !Sync for Alloc
impl Unpin for Alloc
impl UnwindSafe for Alloc
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