Union phper_sys::_znode__bindgen_ty_1 [−][src]
#[repr(C)]
pub union _znode__bindgen_ty_1 {
pub op: znode_op,
pub constant: zval,
// some fields omitted
}Fields
op: znode_opconstant: zvalTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for _znode__bindgen_ty_1impl !Send for _znode__bindgen_ty_1impl !Sync for _znode__bindgen_ty_1impl Unpin for _znode__bindgen_ty_1impl UnwindSafe for _znode__bindgen_ty_1Blanket Implementations
Mutably borrows from an owned value. Read more