#[repr(C)]pub struct _znode {
pub op_type: c_int,
pub u: _znode__bindgen_ty_1,
pub EA: zend_uint,
}
Fields§
§op_type: c_int
§u: _znode__bindgen_ty_1
§EA: zend_uint
Trait 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