Struct phper_sys::smart_str [−][src]
#[repr(C)]pub struct smart_str { pub s: *mut zend_string, pub a: usize, }
Fields
s: *mut zend_stringa: usizeTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for smart_strimpl UnwindSafe for smart_strBlanket Implementations
Mutably borrows from an owned value. Read more