Searched defs:StaticInit (Results 1 – 1 of 1) sorted by relevance
34 unsafe impl<T: Sync, I> Sync for StaticInit<T, I> {} implementation 26 pub struct StaticInit<T, I> { global() struct 33 unsafe impl<T: Sync, I> Sync for StaticInit<T, I> {} global() implementation 36 impl<T, I: PinInit<T>> StaticInit<T, I> { global() implementation 47 impl<T, I: PinInit<T>> ops::Deref for StaticInit<T, I> { global() implementation