Struct ext_php_rs::bindings::zend_type [−][src]
Fields
ptr: *mut c_void
type_mask: u32
Implementations
Builds an empty Zend type container.
Parameters
pass_by_ref
- Whether the value should be passed by reference.is_variadic
- Whether this type represents a variadic argument.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for zend_type
impl UnwindSafe for zend_type
Blanket Implementations
Mutably borrows from an owned value. Read more