Lines Matching defs:Ability
1385 pub struct Ability(pub [u8; 8]); struct
1386 impl Default for Ability { implementation
1391 impl std::fmt::Debug for Ability { implementation
1400 impl flatbuffers::SimpleToVerifyInSlice for Ability {} implementation
1401 impl flatbuffers::SafeSliceAccess for Ability {} implementation
1402 impl<'a> flatbuffers::Follow<'a> for Ability { implementation
1409 impl<'a> flatbuffers::Follow<'a> for &'a Ability { implementation
1416 impl<'b> flatbuffers::Push for Ability { implementation
1421 ::std::slice::from_raw_parts(self as *const Ability as *const u8, Self::size()) in push() constant
1426 impl<'b> flatbuffers::Push for &'b Ability { implementation
1432 ::std::slice::from_raw_parts(*self as *const Ability as *const u8, Self::size()) in push() constant
1438 impl<'a> flatbuffers::Verifiable for Ability { implementation
1447 impl<'a> Ability { impl
1533 pub fn pack(&self) -> Ability { in pack()
1610 a: &Ability, in new()
1612 c: &Ability, in new()
1625 pub fn a(&self) -> &Ability { in a()
1626 unsafe { &*(self.0[0..].as_ptr() as *const Ability) } in a() constant
1629 pub fn set_a(&mut self, x: &Ability) { in set_a()
1641 pub fn c(&self) -> &Ability { in c()
1642 unsafe { &*(self.0[12..].as_ptr() as *const Ability) } in c() constant
1645 pub fn set_c(&mut self, x: &Ability) { in set_c()
2578 pub fn testarrayofsortedstruct(&self) -> Option<&'a [Ability]> { in testarrayofsortedstruct()
3069 …ct(&mut self, testarrayofsortedstruct: flatbuffers::WIPOffset<flatbuffers::Vector<'b , Ability>>) { in add_testarrayofsortedstruct() argument