#[repr(C)]pub struct _zend_literal {
pub constant: zval,
pub hash_value: zend_ulong,
pub cache_slot: zend_uint,
}
Fields§
§constant: zval
§hash_value: zend_ulong
§cache_slot: zend_uint
Trait Implementations§
Source§impl Clone for _zend_literal
impl Clone for _zend_literal
Source§fn clone(&self) -> _zend_literal
fn clone(&self) -> _zend_literal
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreimpl Copy for _zend_literal
Auto Trait Implementations§
impl Freeze for _zend_literal
impl RefUnwindSafe for _zend_literal
impl !Send for _zend_literal
impl !Sync for _zend_literal
impl Unpin for _zend_literal
impl UnwindSafe for _zend_literal
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