Union ext_php_rs::bindings::_zval_struct__bindgen_ty_2 [−][src]
#[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 access_flags: u32,
pub property_guard: u32,
pub constant_flags: u32,
pub extra: u32,
}Fields
next: u32cache_slot: u32opline_num: u32lineno: u32num_args: u32fe_pos: u32fe_iter_idx: u32access_flags: u32property_guard: u32constant_flags: u32extra: u32Trait Implementations
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
Mutably borrows from an owned value. Read more