Searched defs:RustString (Results 1 – 2 of 2) sorted by relevance
10 pub struct RustString { struct14 impl RustString { implementation20 unsafe { &*(s as *const String as *const RustString) } in from_ref() constant32 unsafe { &*(self as *const RustString as *const String) } in as_string() constant40 impl Drop for RustString { implementation
22 RustString, enumerator