Searched defs:LockedBy (Results 1 – 1 of 1) sorted by relevance
75 pub struct LockedBy<T: ?Sized, U: ?Sized> { struct80 // SAFETY: `LockedBy` can be transferred across thread boundaries iff the data it protects can. argument81 unsafe impl<T: ?Sized + Send, U: ?Sized> Send for LockedBy<T, U> {} implementation85 unsafe impl<T: ?Sized + Send, U: ?Sized> Sync for LockedBy<T, U> {} implementation87 impl<T, U> LockedBy<T, U> { impl107 impl<T: ?Sized, U> LockedBy<T, U> { impl