Searched defs:StaticRef (Results 1 – 4 of 4) sorted by relevance
26 pub struct StaticRef<T> { struct30 impl<T> StaticRef<T> { impl42 impl<T> std::ops::Deref for StaticRef<T> { implementation
790 struct StaticRef<T: 'static> { struct791 field: &'static T
481 StaticRef { enumerator
889 StaticRef { def_id: DefId, is_thread_local: bool }, enumerator