#[repr(C)]pub struct _znode {
    pub op_type: zend_uchar,
    pub flag: zend_uchar,
    pub u: _znode__bindgen_ty_1,
}Fields§
§op_type: zend_uchar§flag: zend_uchar§u: _znode__bindgen_ty_1Trait Implementations§
Auto Trait Implementations§
impl Freeze for _znode
impl RefUnwindSafe for _znode
impl !Send for _znode
impl !Sync for _znode
impl Unpin for _znode
impl UnwindSafe for _znode
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
    T: ?Sized,
 
impl<T> BorrowMut<T> for Twhere
    T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
 
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more