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

source§

fn default() -> Self

Returns the “default value” for a type. Read more
source§

impl Clone for _zend_string

source§

fn clone(&self) -> _zend_string

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Copy for _zend_string