Searched defs:Ref (Results 1 – 3 of 3) sorted by relevance
75 pub struct Ref<T> { struct81 impl<T> Drop for Ref<T> { implementation90 impl<T> Deref for Ref<T> { implementation98 unsafe impl<T: Sync> Sync for Ref<T> {} implementation99 unsafe impl<T: Sync> Send for Ref<T> {} implementation
22 type Ref: ForeignRef<CStruct = Self::CStruct>; typedef
88 fn next(&mut self) -> Option<&'a T::Ref> { in next()130 type Ref = StackRef<T>; typedef