#[repr(C)]pub struct smart_str {
pub s: *mut zend_string,
pub a: usize,
}
Fields§
§s: *mut zend_string
See smart_str_extract()
a: usize
Trait Implementations§
impl Copy for smart_str
Auto Trait Implementations§
impl Freeze for smart_str
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§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more