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