Searched defs:TestChild (Results 1 – 4 of 4) sorted by relevance
56 struct TestChild struct58 Child::State mState;59 otExtAddress mExtAddress;60 uint16_t mThreadVersion;
48 struct TestChild struct50 Child::State mState;51 uint16_t mRloc16;52 otExtAddress mExtAddress;
42 pub enum TestChild { enum161 pub fn specialize(&self) -> TestChild { in specialize()