#[repr(C)]pub struct _zval_struct {
pub value: zvalue_value,
pub refcount__gc: zend_uint,
pub type_: zend_uchar,
pub is_ref__gc: zend_uchar,
}
Fields§
§value: zvalue_value
§refcount__gc: zend_uint
§type_: zend_uchar
§is_ref__gc: zend_uchar
Trait Implementations§
Source§impl Clone for _zval_struct
impl Clone for _zval_struct
Source§fn clone(&self) -> _zval_struct
fn clone(&self) -> _zval_struct
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 moreimpl Copy for _zval_struct
Auto Trait Implementations§
impl Freeze for _zval_struct
impl RefUnwindSafe for _zval_struct
impl !Send for _zval_struct
impl !Sync for _zval_struct
impl Unpin for _zval_struct
impl UnwindSafe for _zval_struct
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