#[repr(C)]pub struct _zval_gc_info {
pub z: zval,
pub u: _zval_gc_info__bindgen_ty_1,
}
Fields§
§z: zval
§u: _zval_gc_info__bindgen_ty_1
Trait Implementations§
Source§impl Clone for _zval_gc_info
impl Clone for _zval_gc_info
Source§fn clone(&self) -> _zval_gc_info
fn clone(&self) -> _zval_gc_info
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_gc_info
Auto Trait Implementations§
impl Freeze for _zval_gc_info
impl RefUnwindSafe for _zval_gc_info
impl !Send for _zval_gc_info
impl !Sync for _zval_gc_info
impl Unpin for _zval_gc_info
impl UnwindSafe for _zval_gc_info
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