zend_object_has_dimension_t

Type Alias zend_object_has_dimension_t 

Source
pub type zend_object_has_dimension_t = Option<unsafe extern "C" fn(object: *mut zend_object, member: *mut zval, check_empty: c_int) -> c_int>;

Aliased Type§

pub enum zend_object_has_dimension_t {
    None,
    Some(unsafe extern "C" fn(*mut _zend_object, *mut _zval_struct, i32) -> i32),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(*mut _zend_object, *mut _zval_struct, i32) -> i32)

Some value of type T.