Searched defs:RustVec (Results 1 – 3 of 3) sorted by relevance
13 pub struct RustVec<T> { struct18 impl<T> RustVec<T> { argument28 unsafe { &*(v as *const Vec<T> as *const RustVec<T>) } in from_ref() constant40 unsafe { &*(self as *const RustVec<T> as *const Vec<T>) } in as_vec() constant72 impl RustVec<RustString> { impl98 unsafe { &*(self as *const RustVec<RustString> as *const Vec<String>) } in as_vec_string() constant106 impl<T> Drop for RustVec<T> { implementation
9 RustVec(NamedImplKey<'a>), enumerator
211 RustVec(Box<Ty1>), enumerator