Type Alias phper_sys::zend_string
source · pub type zend_string = _zend_string;
Aliased Type§
struct zend_string {
pub gc: _zend_refcounted_h,
pub h: u32,
pub len: usize,
pub val: [i8; 1],
}
Fields§
§gc: _zend_refcounted_h
§h: u32
§len: usize
§val: [i8; 1]
Trait Implementations
source§impl Default for _zend_string
impl Default for _zend_string
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