pub struct LinearScanAllocator { /* private fields */ }Implementations§
Auto Trait Implementations§
impl Freeze for LinearScanAllocator
impl RefUnwindSafe for LinearScanAllocator
impl Send for LinearScanAllocator
impl Sync for LinearScanAllocator
impl Unpin for LinearScanAllocator
impl UnsafeUnpin for LinearScanAllocator
impl UnwindSafe for LinearScanAllocator
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