Searched defs:RustString (Results 1 – 2 of 2) sorted by relevance
9 pub struct RustString { struct13 impl RustString { implementation19 unsafe { &*(s as *const String as *const RustString) } in from_ref() constant31 unsafe { &*(self as *const RustString as *const String) } in as_string() constant39 impl Drop for RustString { implementation
22 RustString, enumerator