Searched refs:RustStr (Results 1 – 3 of 3) sorted by relevance
6 pub struct RustStr { struct10 impl RustStr { impl13 RustStr { repr } in from()21 const_assert_eq!(mem::size_of::<Option<RustStr>>(), mem::size_of::<RustStr>());
458 pub use crate::rust_str::RustStr;
530 Type::Str(_) => quote!(::cxx::private::RustStr::from(#var)), in expand_cxx_function_shim()978 Type::Str(_) => Some(quote!(::cxx::private::RustStr::from)), in expand_rust_function_shim_impl()1634 Type::Str(_) => quote!(::cxx::private::RustStr), in expand_extern_type()