#[repr(C)]pub struct smart_str {
pub s: *mut zend_string,
pub a: size_t,
}
Fields
s: *mut zend_string
a: size_t
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for smart_str
impl !Send for smart_str
impl !Sync for smart_str
impl Unpin for smart_str
impl UnwindSafe for smart_str
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more