Struct phper_sys::_zend_trait_method_reference
source · #[repr(C)]pub struct _zend_trait_method_reference {
pub method_name: *mut zend_string,
pub class_name: *mut zend_string,
}
Fields§
§method_name: *mut zend_string
§class_name: *mut zend_string
Trait Implementations§
source§impl Clone for _zend_trait_method_reference
impl Clone for _zend_trait_method_reference
source§fn clone(&self) -> _zend_trait_method_reference
fn clone(&self) -> _zend_trait_method_reference
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