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_h
h: zend_ulong
len: size_t
val: [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