Home
last modified time | relevance | path

Searched defs:WIPOffset (Results 1 – 1 of 1) sorted by relevance

/external/flatbuffers/rust/flatbuffers/src/
Dprimitives.rs79 pub struct WIPOffset<T>(UOffsetT, PhantomData<T>); struct
83 impl<T> Copy for WIPOffset<T> {} implementation
84 impl<T> Clone for WIPOffset<T> { implementation
90 impl<T> PartialEq for WIPOffset<T> { implementation
96 impl<T> Deref for WIPOffset<T> { implementation
103 impl<'a, T: 'a> WIPOffset<T> { impl
126 impl<T> Push for WIPOffset<T> { implementation