Struct ext_php_rs::ffi::_zend_op
source · [−]#[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_void
op1: znode_op
op2: znode_op
result: znode_op
extended_value: u32
lineno: u32
opcode: zend_uchar
op1_type: zend_uchar
op2_type: zend_uchar
result_type: zend_uchar
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for _zend_op
impl !Send for _zend_op
impl !Sync for _zend_op
impl Unpin for _zend_op
impl UnwindSafe for _zend_op
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<T> ToOwned for T where
T: Clone,
impl<T> ToOwned for T where
T: Clone,
type Owned = T
type Owned = T
The resulting type after obtaining ownership.
sourcefn clone_into(&self, target: &mut T)
fn clone_into(&self, target: &mut T)
🔬 This is a nightly-only experimental API. (
toowned_clone_into
)Uses borrowed data to replace owned data, usually by cloning. Read more