Expand description
Macros§
- ebox
- Wrapper of
EBox::new
.
Structs§
- EBox
- The Box which use php
emalloc
andefree
to manage memory.
Traits§
- RefClone
- Duplicate an object without deep copy, but to only add the refcount, for php refcount struct.
- ToRef
Owned - Duplicate an object without deep copy, but to only add the refcount, for php refcount struct.