Searched defs:WIPOffset (Results 1 – 1 of 1) sorted by relevance
79 pub struct WIPOffset<T>(UOffsetT, PhantomData<T>); struct83 impl<T> Copy for WIPOffset<T> {} implementation84 impl<T> Clone for WIPOffset<T> { implementation90 impl<T> PartialEq for WIPOffset<T> { implementation96 impl<T> Deref for WIPOffset<T> { implementation103 impl<'a, T: 'a> WIPOffset<T> { impl126 impl<T> Push for WIPOffset<T> { implementation