Home
last modified time | relevance | path

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

/external/flatbuffers/rust/flatbuffers/src/
Dprimitives.rs83 pub struct WIPOffset<T>(UOffsetT, PhantomData<T>); struct
89 impl<T> Copy for WIPOffset<T> {} implementation
90 impl<T> Clone for WIPOffset<T> { implementation
97 impl<T> PartialEq for WIPOffset<T> { implementation
103 impl<T> Deref for WIPOffset<T> { implementation
110 impl<'a, T: 'a> WIPOffset<T> { implementation
133 impl<T> Push for WIPOffset<T> { implementation