Struct phper_sys::_znode [−][src]
#[repr(C)]pub struct _znode { pub op_type: zend_uchar, pub flag: zend_uchar, pub u: _znode__bindgen_ty_1, }
Fields
op_type: zend_ucharflag: zend_ucharu: _znode__bindgen_ty_1Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for _znodeimpl UnwindSafe for _znodeBlanket Implementations
Mutably borrows from an owned value. Read more