Lines Matching defs:StructInNestedNS
98 pub struct StructInNestedNS { struct
99 a_: i32,
100 b_: i32,
102 impl flatbuffers::SafeSliceAccess for StructInNestedNS {} implementation
103 impl<'a> flatbuffers::Follow<'a> for StructInNestedNS { implementation
110 impl<'a> flatbuffers::Follow<'a> for &'a StructInNestedNS { implementation
117 impl<'b> flatbuffers::Push for StructInNestedNS { implementation
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
133 … ::std::slice::from_raw_parts(*self as *const StructInNestedNS as *const u8, Self::size()) in push() constant
140 impl StructInNestedNS { implementation