Lines Matching refs:StructInNestedNS
94 pub struct StructInNestedNS { struct
98 impl flatbuffers::SafeSliceAccess for StructInNestedNS {} implementation
99 impl<'a> flatbuffers::Follow<'a> for StructInNestedNS { implementation
100 type Inner = &'a StructInNestedNS;
103 <&'a StructInNestedNS>::follow(buf, loc) in follow()
106 impl<'a> flatbuffers::Follow<'a> for &'a StructInNestedNS { implementation
107 type Inner = &'a StructInNestedNS;
110 flatbuffers::follow_cast_ref::<StructInNestedNS>(buf, loc) in follow()
113 impl<'b> flatbuffers::Push for StructInNestedNS { implementation
114 type Output = StructInNestedNS;
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
124 type Output = StructInNestedNS;
129 … ::std::slice::from_raw_parts(*self as *const StructInNestedNS as *const u8, Self::size()) in push() constant
136 impl StructInNestedNS { implementation
138 StructInNestedNS { in new()