Struct phper_alloc::EBox [−][src]
pub struct EBox<T: EAllocatable> { /* fields omitted */ }
Expand description
The Box which use php emalloc and efree to manage memory.
TODO now feature allocator_api is still unstable, implement myself, use Box<T, Alloc> later.
Implementations
impl<T: EAllocatable> EBox<T>[src]
impl<T: EAllocatable> EBox<T>[src]Trait Implementations
impl<T: EAllocatable> Deref for EBox<T>[src]
impl<T: EAllocatable> Deref for EBox<T>[src]impl<T: EAllocatable> DerefMut for EBox<T>[src]
impl<T: EAllocatable> DerefMut for EBox<T>[src]Auto Trait Implementations
impl<T> RefUnwindSafe for EBox<T> where
T: RefUnwindSafe,
T: RefUnwindSafe,
impl<T> !Send for EBox<T>
impl<T> !Sync for EBox<T>
impl<T> Unpin for EBox<T>
impl<T> UnwindSafe for EBox<T> where
T: RefUnwindSafe,
T: RefUnwindSafe,