Lines Matching defs:StructInNestedNS
94 pub struct StructInNestedNS { struct
95 a_: i32,
96 b_: i32,
98 impl flatbuffers::SafeSliceAccess for StructInNestedNS {} implementation
99 impl<'a> flatbuffers::Follow<'a> for StructInNestedNS { implementation
106 impl<'a> flatbuffers::Follow<'a> for &'a StructInNestedNS { implementation
113 impl<'b> flatbuffers::Push for StructInNestedNS { implementation
118 ::std::slice::from_raw_parts(self as *const StructInNestedNS as *const u8, Self::size()) in push() constant
123 impl<'b> flatbuffers::Push for &'b StructInNestedNS { implementation
129 … ::std::slice::from_raw_parts(*self as *const StructInNestedNS as *const u8, Self::size()) in push() constant
136 impl StructInNestedNS { implementation