#[repr(C)]
pub union _temp_variable {
pub tmp_var: zval,
pub var: _temp_variable__bindgen_ty_1,
pub str_offset: _temp_variable__bindgen_ty_2,
pub fe: _temp_variable__bindgen_ty_3,
pub class_entry: *mut zend_class_entry,
/* private fields */
}
Fields§
§tmp_var: zval
§var: _temp_variable__bindgen_ty_1
§str_offset: _temp_variable__bindgen_ty_2
§fe: _temp_variable__bindgen_ty_3
§class_entry: *mut zend_class_entry
Trait Implementations§
Source§impl Clone for _temp_variable
impl Clone for _temp_variable
Source§fn clone(&self) -> _temp_variable
fn clone(&self) -> _temp_variable
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 _temp_variable
Auto Trait Implementations§
impl Freeze for _temp_variable
impl RefUnwindSafe for _temp_variable
impl !Send for _temp_variable
impl !Sync for _temp_variable
impl Unpin for _temp_variable
impl UnwindSafe for _temp_variable
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