Searched defs:INIT_ONCE (Results 1 – 3 of 3) sorted by relevance
352 static INIT_ONCE: AtomicBool = AtomicBool::new(false); in init() constant
1017 impl ::core::marker::Copy for INIT_ONCE {} implementation1018 impl ::core::clone::Clone for INIT_ONCE { implementation