pub struct VirtualAllocation(/* private fields */);
Expand description
Represents single memory allocation done inside VirtualBlock.
Trait Implementations§
Source§impl Debug for VirtualAllocation
impl Debug for VirtualAllocation
impl Send for VirtualAllocation
impl Sync for VirtualAllocation
Auto Trait Implementations§
impl Freeze for VirtualAllocation
impl RefUnwindSafe for VirtualAllocation
impl Unpin for VirtualAllocation
impl UnwindSafe for VirtualAllocation
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