Searched defs:ForwardsUOffset (Results 1 – 2 of 2) sorted by relevance
146 impl<T> Push for ForwardsUOffset<T> { implementation158 pub struct ForwardsUOffset<T>(UOffsetT, PhantomData<T>); struct164 impl<T> Copy for ForwardsUOffset<T> {} implementation165 impl<T> Clone for ForwardsUOffset<T> { implementation172 impl<T> ForwardsUOffset<T> { implementation179 impl<'a, T: Follow<'a>> Follow<'a> for ForwardsUOffset<T> { implementation
468 impl<T: Verifiable> Verifiable for ForwardsUOffset<T> { implementation