#[repr(C)]pub struct _zend_constant {
pub value: zval,
pub name: *mut zend_string,
pub filename: *mut zend_string,
pub attributes: *mut HashTable,
}Fields§
§value: zval§name: *mut zend_string§filename: *mut zend_string§attributes: *mut HashTableAuto 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