Home
last modified time | relevance | path

Searched defs:ArrayVec (Results 1 – 1 of 1) sorted by relevance

/external/rust/crates/tinyvec/src/
Darrayvec.rs102 pub struct ArrayVec<A: Array> { struct
107 impl<A: Array> Default for ArrayVec<A> { argument
113 impl<A: Array> Deref for ArrayVec<A> { implementation
122 impl<A: Array> DerefMut for ArrayVec<A> { implementation
130 impl<A: Array, I: SliceIndex<[A::Item]>> Index<I> for ArrayVec<A> { implementation
139 impl<A: Array, I: SliceIndex<[A::Item]>> IndexMut<I> for ArrayVec<A> { implementation
149 impl<A: Array> Serialize for ArrayVec<A> implementation
168 impl<'de, A: Array> Deserialize<'de> for ArrayVec<A> implementation
180 impl<A: Array> ArrayVec<A> { impl
958 impl<A: Array> ArrayVec<A> { implementation
[all …]