Lines Matching refs:StructInNestedNS
98 pub struct StructInNestedNS { struct
102 impl flatbuffers::SafeSliceAccess for StructInNestedNS {} implementation
103 impl<'a> flatbuffers::Follow<'a> for StructInNestedNS { implementation
104 type Inner = &'a StructInNestedNS;
107 <&'a StructInNestedNS>::follow(buf, loc) in follow()
110 impl<'a> flatbuffers::Follow<'a> for &'a StructInNestedNS { implementation
111 type Inner = &'a StructInNestedNS;
114 flatbuffers::follow_cast_ref::<StructInNestedNS>(buf, loc) in follow()
117 impl<'b> flatbuffers::Push for StructInNestedNS { implementation
118 type Output = StructInNestedNS;
122 ::std::slice::from_raw_parts(self as *const StructInNestedNS as *const u8, Self::size()) in push() constant
127 impl<'b> flatbuffers::Push for &'b StructInNestedNS { implementation
128 type Output = StructInNestedNS;
133 … ::std::slice::from_raw_parts(*self as *const StructInNestedNS as *const u8, Self::size()) in push() constant
140 impl StructInNestedNS { impl
142 StructInNestedNS { in new()