pub struct FRAME_POOL;
Implementations§
Source§impl FRAME_POOL
impl FRAME_POOL
Sourcepub fn alloc(
&self,
value: [MaybeUninit<u8>; 1400],
) -> Result<Box<FRAME_POOL>, [MaybeUninit<u8>; 1400]>
pub fn alloc( &self, value: [MaybeUninit<u8>; 1400], ) -> Result<Box<FRAME_POOL>, [MaybeUninit<u8>; 1400]>
Inherent method version of BoxPool::alloc
Sourcepub fn manage(&self, block: &'static mut BoxBlock<[MaybeUninit<u8>; 1400]>)
pub fn manage(&self, block: &'static mut BoxBlock<[MaybeUninit<u8>; 1400]>)
Inherent method version of BoxPool::manage
Trait Implementations§
Auto Trait Implementations§
impl Freeze for FRAME_POOL
impl RefUnwindSafe for FRAME_POOL
impl Send for FRAME_POOL
impl Sync for FRAME_POOL
impl Unpin for FRAME_POOL
impl UnwindSafe for FRAME_POOL
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