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