#[repr(C)]pub struct _zend_fcall_info_cache {
    pub function_handler: *mut zend_function,
    pub calling_scope: *mut zend_class_entry,
    pub called_scope: *mut zend_class_entry,
    pub object: *mut zend_object,
    pub closure: *mut zend_object,
}Fields§
§function_handler: *mut zend_function§calling_scope: *mut zend_class_entry§called_scope: *mut zend_class_entry§object: *mut zend_object§closure: *mut zend_objectTrait Implementations§
Source§impl Clone for _zend_fcall_info_cache
 
impl Clone for _zend_fcall_info_cache
Source§fn clone(&self) -> _zend_fcall_info_cache
 
fn clone(&self) -> _zend_fcall_info_cache
Returns a duplicate 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_fcall_info_cache
 
impl Debug for _zend_fcall_info_cache
impl Copy for _zend_fcall_info_cache
Auto Trait Implementations§
impl Freeze for _zend_fcall_info_cache
impl RefUnwindSafe for _zend_fcall_info_cache
impl !Send for _zend_fcall_info_cache
impl !Sync for _zend_fcall_info_cache
impl Unpin for _zend_fcall_info_cache
impl UnwindSafe for _zend_fcall_info_cache
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
    T: ?Sized,
 
impl<T> BorrowMut<T> for Twhere
    T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
 
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more