Struct ext_php_rs::bindings::_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_reference
impl !Sync for _zend_trait_method_reference
impl Unpin for _zend_trait_method_reference
impl UnwindSafe for _zend_trait_method_reference
Blanket Implementations
Mutably borrows from an owned value. Read more