Home
last modified time | relevance | path

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

/third_party/rust/rust/tests/ui/
Dproject-cache-issue-31849.rs23 fn to_static(self) -> Self::Static where Self: Sized; in to_static() method
31 fn to_static(self) -> Self::Static { (self.0.to_static(), self.1.to_static()) } in to_static() function
37 fn to_static(self) -> () { () } in to_static() method
/third_party/mesa3d/src/gallium/frontends/rusticl/core/
Ddevice.rs273 pub fn to_static(&self) -> Option<&'static Self> { in to_static() method