Home
last modified time | relevance | path

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

/linux-6.8/rust/kernel/init/
D__internal.rs83 type InitData: InitData; typedef
93 pub unsafe trait InitData: Copy { interface
120 type InitData = AllData<T>; typedef