Searched defs:WIPOffset (Results 1 – 1 of 1) sorted by relevance
82 pub struct WIPOffset<T>(UOffsetT, PhantomData<T>); struct88 impl<T> Copy for WIPOffset<T> {} implementation89 impl<T> Clone for WIPOffset<T> { implementation96 impl<T> Eq for WIPOffset<T> {} implementation98 impl<T> PartialEq for WIPOffset<T> { implementation104 impl<T> Deref for WIPOffset<T> { implementation111 impl<'a, T: 'a> WIPOffset<T> { impl134 impl<T> Push for WIPOffset<T> { implementation