Type Alias zend_string

Source
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

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 Default for _zend_string

Source§

fn default() -> Self

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

impl Copy for _zend_string