Searched defs:InitGuard (Results 1 – 1 of 1) sorted by relevance
24 pub(crate) struct InitGuard<T, C: cfg::Config = cfg::DefaultConfig> { struct25 slot: ptr::NonNull<Slot<T, C>>,26 curr_lifecycle: usize,27 released: bool,772 impl<T, C: cfg::Config> InitGuard<T, C> { impl