Searched defs:BackwardsSOffset (Results 1 – 1 of 1) sorted by relevance
219 pub struct BackwardsSOffset<T>(SOffsetT, PhantomData<T>); struct220 impl<T> BackwardsSOffset<T> { impl227 impl<'a, T: Follow<'a>> Follow<'a> for BackwardsSOffset<T> { implementation237 impl<T> Push for BackwardsSOffset<T> { implementation