Home
last modified time | relevance | path

Searched defs:GroupOperationsVTable (Results 1 – 1 of 1) sorted by relevance

/linux/rust/kernel/
H A Dconfigfs.rs324 struct GroupOperationsVTable<Parent, Child>(PhantomData<(Parent, Child)>); struct
326 impl<Parent, Child> GroupOperationsVTable<Parent, Child> implementation