Docs.rs
  • phper-alloc-0.13.0
    • phper-alloc 0.13.0
    • Docs.rs crate page
    • MulanPSL-2.0
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • jmjoy
    • Dependencies
      • phper-sys ^0.13.0 normal
      • phper-build ^0.13.0 build
    • Versions
    • 100% of the crate is documented
  • Go to latest version
  • Platform
    • i686-unknown-linux-gnu
    • x86_64-unknown-linux-gnu
  • Feature flags
  • docs.rs
    • About docs.rs
    • Badges
    • Builds
    • Metadata
    • Shorthand URLs
    • Download
    • Rustdoc JSON
    • Build queue
    • Privacy policy
  • Rust
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation

Crate phper_alloc

phper_alloc0.13.0

  • All Items
  • Macros
  • Structs
  • Traits

Crates

  • phper_alloc
?
Change settings

Crate phper_alloc

source ·
Expand description

phper-alloc

Allocator related items for phper.

License

MulanPSL-2.0.

Macros

  • ebox
    Wrapper of EBox::new.

Structs

  • EBox
    The Box which use php emalloc and efree to manage memory.

Traits

  • RefClone
    Duplicate an object without deep copy, but to only add the refcount, for php refcount struct.
  • ToRefOwned
    Duplicate an object without deep copy, but to only add the refcount, for php refcount struct.

Results

trait
phper_alloc::ToRefOwned
Duplicate an object without deep copy, but to only add the …
trait method
phper_alloc::ToRefOwned::to_ref_owned
Creates owned data from borrowed data, by increasing …
trait method
phper_alloc::ToRefOwned::to_ref_owned
Creates owned data from borrowed data, by increasing …
No results :(
Try on DuckDuckGo?

Or try looking in one of these:
  • The Rust Reference for technical details about the language.
  • Rust By Example for expository code examples.
  • The Rust Book for introductions to language features and the language itself.
  • Docs.rs for documentation of crates released on crates.io.