Struct phper_sys::_zend_string [−][src]
#[repr(C)]pub struct _zend_string { pub gc: zend_refcounted_h, pub h: zend_ulong, pub len: usize, pub val: [c_char; 1], }
Fields
gc: zend_refcounted_hh: zend_ulonglen: usizeval: [c_char; 1]Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for _zend_stringimpl Send for _zend_stringimpl Sync for _zend_stringimpl Unpin for _zend_stringimpl UnwindSafe for _zend_stringBlanket Implementations
Mutably borrows from an owned value. Read more