Lines Matching refs:Ability
593 pub struct Ability { struct
597 impl flatbuffers::SafeSliceAccess for Ability {} implementation
598 impl<'a> flatbuffers::Follow<'a> for Ability { implementation
599 type Inner = &'a Ability;
602 <&'a Ability>::follow(buf, loc) in follow()
605 impl<'a> flatbuffers::Follow<'a> for &'a Ability { implementation
606 type Inner = &'a Ability;
609 flatbuffers::follow_cast_ref::<Ability>(buf, loc) in follow()
612 impl<'b> flatbuffers::Push for Ability { implementation
613 type Output = Ability;
617 ::std::slice::from_raw_parts(self as *const Ability as *const u8, Self::size()) in push() constant
622 impl<'b> flatbuffers::Push for &'b Ability { implementation
623 type Output = Ability;
628 ::std::slice::from_raw_parts(*self as *const Ability as *const u8, Self::size()) in push() constant
635 impl Ability { implementation
637 Ability { in new()
647 pub fn key_compare_less_than(&self, o: &Ability) -> bool { in key_compare_less_than()
1185 pub fn testarrayofsortedstruct(&self) -> Option<&'a [Ability]> { in testarrayofsortedstruct() argument
1186 …self._tab.get::<flatbuffers::ForwardsUOffset<flatbuffers::Vector<Ability>>>(Monster::VT_TESTARRAYO… in testarrayofsortedstruct()
1381 pub testarrayofsortedstruct: Option<flatbuffers::WIPOffset<flatbuffers::Vector<'a , Ability>>>,
1573 …ct(&mut self, testarrayofsortedstruct: flatbuffers::WIPOffset<flatbuffers::Vector<'b , Ability>>) { in add_testarrayofsortedstruct() argument