Union ext_php_rs::ffi::_zval_struct__bindgen_ty_2
source · #[repr(C)]
pub union _zval_struct__bindgen_ty_2 {
pub next: u32,
pub cache_slot: u32,
pub opline_num: u32,
pub lineno: u32,
pub num_args: u32,
pub fe_pos: u32,
pub fe_iter_idx: u32,
pub property_guard: u32,
pub constant_flags: u32,
pub extra: u32,
}Fields§
§next:u32
§
cache_slot:u32
§
opline_num:u32
§
lineno:u32
§
num_args:u32
§
fe_pos:u32
§
fe_iter_idx:u32
§
property_guard:u32
§
constant_flags:u32
§
extra:u32
Trait Implementations§
source§impl Clone for _zval_struct__bindgen_ty_2
impl Clone for _zval_struct__bindgen_ty_2
source§fn clone(&self) -> _zval_struct__bindgen_ty_2
fn clone(&self) -> _zval_struct__bindgen_ty_2
Returns a copy 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__bindgen_ty_2
Auto Trait Implementations§
impl RefUnwindSafe for _zval_struct__bindgen_ty_2
impl Send for _zval_struct__bindgen_ty_2
impl Sync for _zval_struct__bindgen_ty_2
impl Unpin for _zval_struct__bindgen_ty_2
impl UnwindSafe for _zval_struct__bindgen_ty_2
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