pub struct TalcAllocator { /* private fields */ }Implementations§
Trait Implementations§
Source§impl GlobalAlloc for TalcAllocator
impl GlobalAlloc for TalcAllocator
Source§unsafe fn alloc(&self, layout: Layout) -> *mut u8
unsafe fn alloc(&self, layout: Layout) -> *mut u8
Allocates memory as described by the given
layout. Read moreimpl Sync for TalcAllocator
Auto Trait Implementations§
impl !Freeze for TalcAllocator
impl !RefUnwindSafe for TalcAllocator
impl Send for TalcAllocator
impl Unpin for TalcAllocator
impl UnwindSafe for TalcAllocator
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