[−][src]Trait alloc_wg::alloc::BuildAllocRef
Associated Types
type Ref: DeallocRef<BuildAlloc = Self>
Required methods
unsafe fn build_alloc_ref(
&mut self,
ptr: NonNull<u8>,
layout: Option<NonZeroLayout>
) -> Self::Ref
&mut self,
ptr: NonNull<u8>,
layout: Option<NonZeroLayout>
) -> Self::Ref
Implementations on Foreign Types
impl BuildAllocRef for System[src]
type Ref = Self
unsafe fn build_alloc_ref(
&mut self,
_ptr: NonNull<u8>,
_layout: Option<NonZeroLayout>
) -> Self::Ref[src]
&mut self,
_ptr: NonNull<u8>,
_layout: Option<NonZeroLayout>
) -> Self::Ref
Implementors
impl BuildAllocRef for Global[src]
type Ref = Self
unsafe fn build_alloc_ref(
&mut self,
_ptr: NonNull<u8>,
_layout: Option<NonZeroLayout>
) -> Self::Ref[src]
&mut self,
_ptr: NonNull<u8>,
_layout: Option<NonZeroLayout>
) -> Self::Ref
impl<A: BuildAllocRef> BuildAllocRef for AbortAlloc<A>[src]
type Ref = AbortAlloc<A::Ref>
unsafe fn build_alloc_ref(
&mut self,
ptr: NonNull<u8>,
layout: Option<NonZeroLayout>
) -> Self::Ref[src]
&mut self,
ptr: NonNull<u8>,
layout: Option<NonZeroLayout>
) -> Self::Ref