Struct phper_sys::_zend_fcall_info_cache
source · [−]#[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,
}
Fields
function_handler: *mut zend_function
calling_scope: *mut zend_class_entry
called_scope: *mut zend_class_entry
object: *mut zend_object
Trait Implementations
sourceimpl Clone for _zend_fcall_info_cache
impl Clone for _zend_fcall_info_cache
sourcefn clone(&self) -> _zend_fcall_info_cache
fn clone(&self) -> _zend_fcall_info_cache
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for _zend_fcall_info_cache
impl Debug for _zend_fcall_info_cache
impl Copy for _zend_fcall_info_cache
Auto Trait Implementations
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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more