#[repr(C)]pub struct _zend_class_entry__bindgen_ty_4__bindgen_ty_1 {
pub filename: *mut zend_string,
pub line_start: u32,
pub line_end: u32,
pub doc_comment: *mut zend_string,
}Fields§
§filename: *mut zend_string§line_start: u32§line_end: u32§doc_comment: *mut zend_stringTrait Implementations§
source§impl Clone for _zend_class_entry__bindgen_ty_4__bindgen_ty_1
impl Clone for _zend_class_entry__bindgen_ty_4__bindgen_ty_1
source§fn clone(&self) -> _zend_class_entry__bindgen_ty_4__bindgen_ty_1
fn clone(&self) -> _zend_class_entry__bindgen_ty_4__bindgen_ty_1
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