pub type zend_object_write_dimension_t = Option<unsafe extern "C" fn(object: *mut zend_object, offset: *mut zval, value: *mut zval)>;

Aliased Type§

enum zend_object_write_dimension_t {
    None,
    Some(unsafe extern "C" fn(_: *mut _zend_object, _: *mut _zval_struct, _: *mut _zval_struct)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(_: *mut _zend_object, _: *mut _zval_struct, _: *mut _zval_struct))

Some value of type T.