Struct flipperzero_alloc::FuriAlloc
source · [−]pub struct FuriAlloc;Trait Implementations
sourceimpl GlobalAlloc for FuriAlloc
impl GlobalAlloc for FuriAlloc
sourceunsafe fn alloc(&self, layout: Layout) -> *mut u8
unsafe fn alloc(&self, layout: Layout) -> *mut u8
Allocate memory as described by the given
layout. Read moreAuto Trait Implementations
impl RefUnwindSafe for FuriAlloc
impl Send for FuriAlloc
impl Sync for FuriAlloc
impl Unpin for FuriAlloc
impl UnwindSafe for FuriAlloc
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more