Type Alias zend_live_range

Source
pub type zend_live_range = _zend_live_range;

Aliased Type§

struct zend_live_range {
    pub var: u32,
    pub start: u32,
    pub end: u32,
}

Fields§

§var: u32§start: u32§end: u32

Trait Implementations

Source§

impl Clone for _zend_live_range

Source§

fn clone(&self) -> _zend_live_range

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 Debug for _zend_live_range

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl Default for _zend_live_range

Source§

fn default() -> _zend_live_range

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

impl Copy for _zend_live_range