#[repr(C)]pub struct _zend_function_call_entry {
pub fbc: *mut zend_function,
pub arg_num: zend_uint,
pub uses_argument_unpacking: zend_bool,
}
Fields§
§fbc: *mut zend_function
§arg_num: zend_uint
§uses_argument_unpacking: zend_bool
Trait Implementations§
Source§impl Clone for _zend_function_call_entry
impl Clone for _zend_function_call_entry
Source§fn clone(&self) -> _zend_function_call_entry
fn clone(&self) -> _zend_function_call_entry
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_function_call_entry
impl Debug for _zend_function_call_entry
impl Copy for _zend_function_call_entry
Auto Trait Implementations§
impl Freeze for _zend_function_call_entry
impl RefUnwindSafe for _zend_function_call_entry
impl !Send for _zend_function_call_entry
impl !Sync for _zend_function_call_entry
impl Unpin for _zend_function_call_entry
impl UnwindSafe for _zend_function_call_entry
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