Union phper_sys::_zend_parser_stack_elem
source · [−]#[repr(C)]
pub union _zend_parser_stack_elem {
pub ast: *mut zend_ast,
pub str_: *mut zend_string,
pub num: zend_ulong,
pub ptr: *mut c_uchar,
}
Fields
ast: *mut zend_ast
str_: *mut zend_string
num: zend_ulong
ptr: *mut c_uchar
Trait Implementations
sourceimpl Clone for _zend_parser_stack_elem
impl Clone for _zend_parser_stack_elem
sourcefn clone(&self) -> _zend_parser_stack_elem
fn clone(&self) -> _zend_parser_stack_elem
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
impl Copy for _zend_parser_stack_elem
Auto Trait Implementations
impl RefUnwindSafe for _zend_parser_stack_elem
impl !Send for _zend_parser_stack_elem
impl !Sync for _zend_parser_stack_elem
impl Unpin for _zend_parser_stack_elem
impl UnwindSafe for _zend_parser_stack_elem
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