Struct shadow_shmem::allocator::SharedMemAllocator
source · pub struct SharedMemAllocator<'alloc> { /* private fields */ }
Expand description
Safe wrapper around our low-level, unsafe, nostd shared memory allocator.
This allocator type is not meant to be used directly, but can be accessed indirectly via calls
made to shmalloc()
and shfree()
.
Trait Implementations§
Auto Trait Implementations§
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