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_t
function_name: zval
retval: *mut zval
params: *mut zval
object: *mut zend_object
no_separation: zend_bool
param_count: u32
Trait 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