pub struct LibddwafDefaultAllocator;Expand description
Allocator type that uses libddwaf’s default.
Trait Implementations§
Source§impl AllocatorType for LibddwafDefaultAllocator
impl AllocatorType for LibddwafDefaultAllocator
Source§fn allocator() -> ddwaf_allocator
fn allocator() -> ddwaf_allocator
Get the allocator to use for deallocation.
Auto Trait Implementations§
impl Freeze for LibddwafDefaultAllocator
impl RefUnwindSafe for LibddwafDefaultAllocator
impl Send for LibddwafDefaultAllocator
impl Sync for LibddwafDefaultAllocator
impl Unpin for LibddwafDefaultAllocator
impl UnwindSafe for LibddwafDefaultAllocator
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