Struct ext_php_rs::ffi::zend_get_gc_buffer
source · #[repr(C)]pub struct zend_get_gc_buffer {
pub cur: *mut zval,
pub end: *mut zval,
pub start: *mut zval,
}
Fields§
§cur: *mut zval
§end: *mut zval
§start: *mut zval
Trait Implementations§
source§impl Clone for zend_get_gc_buffer
impl Clone for zend_get_gc_buffer
source§fn clone(&self) -> zend_get_gc_buffer
fn clone(&self) -> zend_get_gc_buffer
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more