pub type zend_string = _zend_string;
Aliased Type§
struct zend_string {
pub gc: _zend_refcounted_h,
pub h: u64,
pub len: usize,
pub val: [i8; 1],
}
Fields§
§gc: _zend_refcounted_h
§h: u64
§len: usize
§val: [i8; 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