Struct phper_sys::_zend_trait_method_reference [−][src]
#[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_stringclass_name: *mut zend_stringTrait Implementations
Auto Trait Implementations
impl !Send for _zend_trait_method_referenceimpl !Sync for _zend_trait_method_referenceimpl Unpin for _zend_trait_method_referenceimpl UnwindSafe for _zend_trait_method_referenceBlanket Implementations
Mutably borrows from an owned value. Read more