Home
last modified time | relevance | path

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

/external/rust/android-crates-io/crates/zerovec/src/
Dcow.rs33 pub struct VarZeroCow<'a, V: ?Sized> { struct
36 raw: RawVarZeroCow, argument
42 /// VarZeroCow without the `V` to simulate a dropck eyepatch argument
108 impl<'a, V: ?Sized> Clone for VarZeroCow<'a, V> { implementation
117 impl<'a, V: VarULE + ?Sized> VarZeroCow<'a, V> { impl
203 impl<'a, V: ?Sized> VarZeroCow<'a, V> { impl
248 impl<'a, V: VarULE + ?Sized> Deref for VarZeroCow<'a, V> { implementation
256 impl<'a, V: VarULE + ?Sized> From<&'a V> for VarZeroCow<'a, V> { implementation
263 impl<'a, V: VarULE + ?Sized> From<Box<V>> for VarZeroCow<'a, V> { implementation
269 impl<'a, V: VarULE + ?Sized + fmt::Debug> fmt::Debug for VarZeroCow<'a, V> { implementation
[all …]
Dyoke_impls.rs83 unsafe impl<'a, T: 'static + ?Sized> Yokeable<'a> for VarZeroCow<'static, T> { implementation
/external/rust/android-crates-io/crates/zerovec-derive/src/
Dmake_varule.rs494 VarZeroCow(OwnULETy<'a>), enumerator