Lines Matching defs:StructInNestedNS
257 pub struct StructInNestedNS(pub [u8; 8]); struct
258 impl Default for StructInNestedNS { implementation
263 impl std::fmt::Debug for StructInNestedNS { implementation
272 impl flatbuffers::SimpleToVerifyInSlice for StructInNestedNS {} implementation
273 impl flatbuffers::SafeSliceAccess for StructInNestedNS {} implementation
274 impl<'a> flatbuffers::Follow<'a> for StructInNestedNS { implementation
281 impl<'a> flatbuffers::Follow<'a> for &'a StructInNestedNS { implementation
288 impl<'b> flatbuffers::Push for StructInNestedNS { implementation
293 ::std::slice::from_raw_parts(self as *const StructInNestedNS as *const u8, Self::size()) in push() constant
298 impl<'b> flatbuffers::Push for &'b StructInNestedNS { implementation
304 … ::std::slice::from_raw_parts(*self as *const StructInNestedNS as *const u8, Self::size()) in push() constant
310 impl<'a> flatbuffers::Verifiable for StructInNestedNS { implementation
319 impl<'a> StructInNestedNS { implementation
395 pub fn pack(&self) -> StructInNestedNS { in pack()
613 pub fn foo_struct(&self) -> Option<&'a namespace_b::StructInNestedNS> { in foo_struct()
689 pub fn add_foo_struct(&mut self, foo_struct: &namespace_b::StructInNestedNS) { in add_foo_struct()