Struct nstd_sys::heap_ptr::NSTDHeapPtr
source · #[repr(C)]pub struct NSTDHeapPtr { /* private fields */ }Available on crate feature
nstd_heap_ptr only.Expand description
A pointer type for single value heap allocation.
Trait Implementations
sourceimpl Debug for NSTDHeapPtr
impl Debug for NSTDHeapPtr
sourceimpl Drop for NSTDHeapPtr
impl Drop for NSTDHeapPtr
sourceimpl Hash for NSTDHeapPtr
impl Hash for NSTDHeapPtr
sourceimpl PartialEq<NSTDHeapPtr> for NSTDHeapPtr
impl PartialEq<NSTDHeapPtr> for NSTDHeapPtr
sourcefn eq(&self, other: &NSTDHeapPtr) -> bool
fn eq(&self, other: &NSTDHeapPtr) -> bool
impl Eq for NSTDHeapPtr
impl StructuralEq for NSTDHeapPtr
impl StructuralPartialEq for NSTDHeapPtr
Auto Trait Implementations
impl RefUnwindSafe for NSTDHeapPtr
impl !Send for NSTDHeapPtr
impl !Sync for NSTDHeapPtr
impl Unpin for NSTDHeapPtr
impl UnwindSafe for NSTDHeapPtr
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more