Searched defs:WIPOffset (Results 1 – 1 of 1) sorted by relevance
83 pub struct WIPOffset<T>(UOffsetT, PhantomData<T>); struct89 impl<T> Copy for WIPOffset<T> {} implementation90 impl<T> Clone for WIPOffset<T> { implementation97 impl<T> PartialEq for WIPOffset<T> { implementation103 impl<T> Deref for WIPOffset<T> { implementation110 impl<'a, T: 'a> WIPOffset<T> { implementation133 impl<T> Push for WIPOffset<T> { implementation