Struct phper_sys::smart_string
source · #[repr(C)]pub struct smart_string {
pub c: *mut c_char,
pub len: usize,
pub a: usize,
}Fields§
§c: *mut c_char§len: usize§a: usizeTrait Implementations§
source§impl Clone for smart_string
impl Clone for smart_string
source§fn clone(&self) -> smart_string
fn clone(&self) -> smart_string
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more