Home
last modified time | relevance | path

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

/linux-6.15/rust/pin-init/src/
D__internal.rs86 type InitData: InitData; typedef
97 pub unsafe trait InitData: Copy { interface
126 type InitData = AllData<T>; typedef