#[repr(C)]pub struct IAllocatorFunctor { /* private fields */ }
Implementations§
Trait Implementations§
Source§impl Debug for IAllocatorFunctor
impl Debug for IAllocatorFunctor
Source§impl Hash for IAllocatorFunctor
impl Hash for IAllocatorFunctor
Source§impl Ord for IAllocatorFunctor
impl Ord for IAllocatorFunctor
Source§fn cmp(&self, other: &IAllocatorFunctor) -> Ordering
fn cmp(&self, other: &IAllocatorFunctor) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for IAllocatorFunctor
impl PartialEq for IAllocatorFunctor
Source§impl PartialOrd for IAllocatorFunctor
impl PartialOrd for IAllocatorFunctor
impl Eq for IAllocatorFunctor
impl StructuralPartialEq for IAllocatorFunctor
Auto Trait Implementations§
impl Freeze for IAllocatorFunctor
impl RefUnwindSafe for IAllocatorFunctor
impl !Send for IAllocatorFunctor
impl !Sync for IAllocatorFunctor
impl Unpin for IAllocatorFunctor
impl UnwindSafe for IAllocatorFunctor
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