#[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_1
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for _znode
impl !Send for _znode
impl !Sync for _znode
impl Unpin for _znode
impl UnwindSafe for _znode
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