Searched defs:RustVec (Results 1 – 3 of 3) sorted by relevance
14 pub struct RustVec<T> { struct19 impl<T> RustVec<T> { argument29 unsafe { &*(v as *const Vec<T> as *const RustVec<T>) } in from_ref() constant41 unsafe { &*(self as *const RustVec<T> as *const Vec<T>) } in as_vec() constant77 impl RustVec<RustString> { impl103 unsafe { &*(self as *const RustVec<RustString> as *const Vec<String>) } in as_vec_string() constant111 impl<T> Drop for RustVec<T> { implementation
9 RustVec(NamedImplKey<'a>), enumerator
229 RustVec(Box<Ty1>), enumerator