Searched defs:RefCell (Results 1 – 7 of 7) sorted by relevance
15 impl<T: 'static> Overflow<T> for RefCell<Vec<task::Notified<T>>> { implementation
340 unsafe { (userdata_ptr as *const RefCell<Option<WindowState<AppState>>>).as_ref() }; in wnd_proc() constant
649 impl<T: FromMeta> FromMeta for RefCell<T> { implementation
562 impl<T: ?Sized> Serialize for RefCell<T> implementation
459 impl<T: VhostBackendMut> VhostBackend for RefCell<T> { implementation
1020 impl<'a, A: Arbitrary<'a>> Arbitrary<'a> for RefCell<A> { implementation