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
impl Clone for _zend_live_range
Source§fn clone(&self) -> _zend_live_range
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)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for _zend_live_range
impl Debug for _zend_live_range
Source§impl Default for _zend_live_range
impl Default for _zend_live_range
Source§fn default() -> _zend_live_range
fn default() -> _zend_live_range
Returns the “default value” for a type. Read more