Struct red4ext_rs::types::IAllocator
source · pub struct IAllocator(/* private fields */);
Expand description
An interface for allocating and freeing memory.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for IAllocator
impl RefUnwindSafe for IAllocator
impl !Send for IAllocator
impl !Sync for IAllocator
impl Unpin for IAllocator
impl UnwindSafe for IAllocator
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