Home
last modified time | relevance | path

Searched refs:GrandChild (Results 1 – 1 of 1) sorted by relevance

/samples/rust/
A Drust_configfs.rs81 child: GrandChild, in make_group()
137 type Child = GrandChild;
139 fn make_group(&self, name: &CStr) -> Result<impl PinInit<configfs::Group<GrandChild>, Error>> { in make_group() argument
145 container: configfs::Group<GrandChild>, in make_group()
146 data: GrandChild, in make_group()
155 GrandChild::new(), in make_group()
174 struct GrandChild {} struct
176 impl GrandChild { impls
183 impl configfs::AttributeOperations<0> for GrandChild { implementation
184 type Data = GrandChild;
[all …]

Completed in 3 milliseconds