Home
last modified time | relevance | path

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

/commonlibrary/rust/ylong_runtime/ylong_runtime/src/util/
Dslab.rs433 struct Slot<T> { struct
438 impl<T> Slot<T> { impl
441 let slot = self as *const Slot<T>; in gen_ref() constant