pub struct Vanilla;Trait Implementations§
Source§impl GlobalAlloc for Vanilla
impl GlobalAlloc for Vanilla
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 moreAuto Trait Implementations§
impl Freeze for Vanilla
impl RefUnwindSafe for Vanilla
impl Send for Vanilla
impl Sync for Vanilla
impl Unpin for Vanilla
impl UnwindSafe for Vanilla
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