Searched defs:UniffiForeignPointerCell (Results 1 – 1 of 1) sorted by relevance
18 pub struct UniffiForeignPointerCell<T>(AtomicPtr<T>); struct20 impl<T> UniffiForeignPointerCell<T> { impl38 unsafe impl<T> Send for UniffiForeignPointerCell<T> {} implementation39 unsafe impl<T> Sync for UniffiForeignPointerCell<T> {} implementation