Searched defs:Inject (Results 1 – 3 of 3) sorted by relevance
23 pub(super) struct Inject<T: 'static> { struct25 pointers: Mutex<Pointers>,29 len: AtomicUsize,31 _p: PhantomData<T>,68 unsafe impl<T> Send for Inject<T> {} implementation69 unsafe impl<T> Sync for Inject<T> {} implementation468 impl<T: 'static> Inject<T> { implementation599 impl<T: 'static> Drop for Inject<T> { implementation
185 public @interface Inject {} annotation
52 public @interface Inject { annotation