Struct ext_php_rs::bindings::_zend_op [−][src]
#[repr(C)]pub struct _zend_op {
pub handler: *const c_void,
pub op1: znode_op,
pub op2: znode_op,
pub result: znode_op,
pub extended_value: u32,
pub lineno: u32,
pub opcode: zend_uchar,
pub op1_type: zend_uchar,
pub op2_type: zend_uchar,
pub result_type: zend_uchar,
}Fields
handler: *const c_voidop1: znode_opop2: znode_opresult: znode_opextended_value: u32lineno: u32opcode: zend_ucharop1_type: zend_ucharop2_type: zend_ucharresult_type: zend_ucharTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for _zend_op
impl UnwindSafe for _zend_op
Blanket Implementations
Mutably borrows from an owned value. Read more