pub struct BpfAllocator { /* private fields */ }
Implementations
sourceimpl BpfAllocator
impl BpfAllocator
pub fn new(heap: AlignedMemory, virtual_address: u64) -> Self
Trait Implementations
sourceimpl 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
impl<T> AbiExample for T
impl<T> AbiExample for T
default fn example() -> T
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