Home
last modified time | relevance | path

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

/linux/rust/pin-init/src/
H A D__internal.rs105 type InitData: InitData; typedef
116 pub unsafe trait InitData: Copy { interface
146 type InitData = AllData<T>; typedef