Docs.rs
  • phper-sys-0.13.1
    • phper-sys 0.13.1
    • Docs.rs crate page
    • MulanPSL-2.0
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • jmjoy
    • Dependencies
      • bindgen ^0.69.1 build
      • cc ^1.0.79 build
      • regex ^1.5.6 build
    • Versions
    • 0.27% 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
    • Privacy policy
  • Rust
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation

phper_sys0.13.1

zend_value

Aliased type

Fields

  • arr
  • ast
  • ce
  • counted
  • dval
  • func
  • lval
  • obj
  • ptr
  • ref_
  • res
  • str_
  • ww
  • zv

In crate phper_sys

?
Change settings

Type Alias phper_sys::zend_value

source ·
pub type zend_value = _zend_value;

Aliased Type§

union zend_value {
Show 14 fields pub lval: i64, pub dval: f64, pub counted: *mut _zend_refcounted, pub str_: *mut _zend_string, pub arr: *mut _zend_array, pub obj: *mut _zend_object, pub res: *mut _zend_resource, pub ref_: *mut _zend_reference, pub ast: *mut _zend_ast_ref, pub zv: *mut _zval_struct, pub ptr: *mut c_void, pub ce: *mut _zend_class_entry, pub func: *mut _zend_function, pub ww: _zend_value__bindgen_ty_1,
}

Fields§

§lval: i64§dval: f64§counted: *mut _zend_refcounted§str_: *mut _zend_string§arr: *mut _zend_array§obj: *mut _zend_object§res: *mut _zend_resource§ref_: *mut _zend_reference§ast: *mut _zend_ast_ref§zv: *mut _zval_struct§ptr: *mut c_void§ce: *mut _zend_class_entry§func: *mut _zend_function§ww: _zend_value__bindgen_ty_1