#[repr(C)]pub struct _zend_constant {
pub value: zval,
pub name: *mut zend_string,
pub flags: c_int,
pub module_number: c_int,
}
Fields§
§value: zval
§name: *mut zend_string
§flags: c_int
§module_number: c_int
Trait Implementations§
Source§impl Clone for _zend_constant
impl Clone for _zend_constant
Source§fn clone(&self) -> _zend_constant
fn clone(&self) -> _zend_constant
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_constant
Auto Trait Implementations§
impl Freeze for _zend_constant
impl RefUnwindSafe for _zend_constant
impl !Send for _zend_constant
impl !Sync for _zend_constant
impl Unpin for _zend_constant
impl UnwindSafe for _zend_constant
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