#[repr(C)]pub struct AllocatorPtr(pub *mut u8);Tuple Fields§
§0: *mut u8Trait Implementations§
Source§impl Clone for AllocatorPtr
impl Clone for AllocatorPtr
Source§fn clone(&self) -> AllocatorPtr
fn clone(&self) -> AllocatorPtr
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 AllocatorPtr
impl Debug for AllocatorPtr
Source§impl Hash for AllocatorPtr
impl Hash for AllocatorPtr
Source§impl PartialEq for AllocatorPtr
impl PartialEq for AllocatorPtr
impl Copy for AllocatorPtr
impl Eq for AllocatorPtr
impl Send for AllocatorPtr
impl StructuralPartialEq for AllocatorPtr
impl Sync for AllocatorPtr
Auto Trait Implementations§
impl Freeze for AllocatorPtr
impl RefUnwindSafe for AllocatorPtr
impl Unpin for AllocatorPtr
impl UnwindSafe for AllocatorPtr
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