Searched defs:AlwaysUnpin (Results 1 – 2 of 2) sorted by relevance
297 pub struct AlwaysUnpin<'a, T>(PhantomData<&'a ()>, PhantomData<T>); struct299 impl<T> Unpin for AlwaysUnpin<'_, T> {} implementation
1636 pub struct AlwaysUnpin<T: ?Sized>(PhantomData<T>); struct1638 impl<T: ?Sized> Unpin for AlwaysUnpin<T> {} implementation