#[repr(C)]pub struct _TidyAllocator {
pub vtbl: *const TidyAllocatorVtbl,
}Expand description
Tidy’s built-in default allocator.
Fields§
§vtbl: *const TidyAllocatorVtbl< The allocator’s function table.
Trait Implementations§
Source§impl Clone for _TidyAllocator
impl Clone for _TidyAllocator
Source§fn clone(&self) -> _TidyAllocator
fn clone(&self) -> _TidyAllocator
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for _TidyAllocator
impl Debug for _TidyAllocator
impl Copy for _TidyAllocator
Auto Trait Implementations§
impl Freeze for _TidyAllocator
impl RefUnwindSafe for _TidyAllocator
impl !Send for _TidyAllocator
impl !Sync for _TidyAllocator
impl Unpin for _TidyAllocator
impl UnwindSafe for _TidyAllocator
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