pub struct BpfAllocator { /* private fields */ }Implementations§
source§impl BpfAllocator
impl BpfAllocator
pub fn new(heap: AlignedMemory, virtual_address: u64) -> Self
Trait Implementations§
source§impl Alloc for BpfAllocator
impl Alloc for BpfAllocator
Auto Trait Implementations§
impl RefUnwindSafe for BpfAllocator
impl Send for BpfAllocator
impl Sync for BpfAllocator
impl Unpin for BpfAllocator
impl UnwindSafe for BpfAllocator
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