Home
last modified time | relevance | path

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

/aosp_15_r20/external/flatbuffers/rust/flatbuffers/src/
H A Dprimitives.rs82 pub struct WIPOffset<T>(UOffsetT, PhantomData<T>); struct
88 impl<T> Copy for WIPOffset<T> {} implementation
89 impl<T> Clone for WIPOffset<T> { implementation
96 impl<T> Eq for WIPOffset<T> {} implementation
98 impl<T> PartialEq for WIPOffset<T> { implementation
104 impl<T> Deref for WIPOffset<T> { implementation
111 impl<'a, T: 'a> WIPOffset<T> { impl
134 impl<T> Push for WIPOffset<T> { implementation