Lines Matching defs:Vec3
1135 pub struct Vec3(pub [u8; 32]); struct
1136 impl Default for Vec3 { implementation
1141 impl std::fmt::Debug for Vec3 { implementation
1154 impl flatbuffers::SimpleToVerifyInSlice for Vec3 {} implementation
1155 impl flatbuffers::SafeSliceAccess for Vec3 {} implementation
1156 impl<'a> flatbuffers::Follow<'a> for Vec3 { implementation
1163 impl<'a> flatbuffers::Follow<'a> for &'a Vec3 { implementation
1170 impl<'b> flatbuffers::Push for Vec3 { implementation
1175 ::std::slice::from_raw_parts(self as *const Vec3 as *const u8, Self::size()) in push() constant
1180 impl<'b> flatbuffers::Push for &'b Vec3 { implementation
1186 ::std::slice::from_raw_parts(*self as *const Vec3 as *const u8, Self::size()) in push() constant
1192 impl<'a> flatbuffers::Verifiable for Vec3 { implementation
1201 impl<'a> Vec3 { impl
1370 pub fn pack(&self) -> Vec3 { in pack()
2448 pub fn pos(&self) -> Option<&'a Vec3> { in pos()
2957 pub fn add_pos(&mut self, pos: &Vec3) { in add_pos()