Home
last modified time | relevance | path

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

/DragonOS/kernel/src/libs/
H A Donce.rs14 pub enum OnceState { enum
96 F: FnOnce(&OnceState), in call_once_force()
128 pub fn state(&self) -> OnceState { in state()
140 impl OnceState { implementation