Searched defs:ForwardsUOffset (Results 1 – 1 of 1) sorted by relevance
143 impl<T> Push for ForwardsUOffset<T> { implementation155 pub struct ForwardsUOffset<T>(UOffsetT, PhantomData<T>); struct161 impl<T> Copy for ForwardsUOffset<T> {} implementation162 impl<T> Clone for ForwardsUOffset<T> { implementation169 impl<T> ForwardsUOffset<T> { impl176 impl<'a, T: Follow<'a>> Follow<'a> for ForwardsUOffset<T> { implementation