Searched defs:Child (Results 1 – 2 of 2) sorted by relevance
72 type Child = Child; typedef 74 fn make_group(&self, name: &CStr) -> Result<impl PinInit<configfs::Group<Child>, Error>> { in make_group() argument 127 struct Child {} global() struct 129 impl Child { global() implementation 136 impl configfs::GroupOperations for Child { global() implementation 137 type Child = GrandChild; global() typedef 161 impl configfs::AttributeOperations<0> for Child { global() implementation 164 show(_container: &Child, page: &mut [u8; PAGE_SIZE]) -> Result<usize> show() argument [all...]
492 type Child: 'static; global() typedef 502 make_group(&self, name: &CStr) -> Result<impl PinInit<Group<Self::Child>, Error>> make_group() argument 514 drop_item(&self, _child: ArcBorrow<'_, Group<Self::Child>>) drop_item() argument [all...]