Struct phper_sys::_zend_fcall_info
source · [−]#[repr(C)]pub struct _zend_fcall_info {
pub size: size_t,
pub function_name: zval,
pub retval: *mut zval,
pub params: *mut zval,
pub object: *mut zend_object,
pub no_separation: zend_bool,
pub param_count: u32,
}Fields
size: size_tfunction_name: zvalretval: *mut zvalparams: *mut zvalobject: *mut zend_objectno_separation: zend_boolparam_count: u32Trait Implementations
sourceimpl Clone for _zend_fcall_info
impl Clone for _zend_fcall_info
sourcefn clone(&self) -> _zend_fcall_info
fn clone(&self) -> _zend_fcall_info
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
impl Copy for _zend_fcall_info
Auto Trait Implementations
impl RefUnwindSafe for _zend_fcall_info
impl !Send for _zend_fcall_info
impl !Sync for _zend_fcall_info
impl Unpin for _zend_fcall_info
impl UnwindSafe for _zend_fcall_info
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