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