Struct phper_sys::_zend_string
source · #[repr(C)]pub struct _zend_string {
pub gc: zend_refcounted_h,
pub h: zend_ulong,
pub len: usize,
pub val: [c_char; 1],
}
Fields§
§gc: zend_refcounted_h
§h: zend_ulong
§len: usize
§val: [c_char; 1]
Trait Implementations§
source§impl Clone for _zend_string
impl Clone for _zend_string
source§fn clone(&self) -> _zend_string
fn clone(&self) -> _zend_string
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