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