Before
parent: tbd commit: e432306
1 | use *; |
2 | use FfiValueUntyped; |
3 | use ObjectABI; |
4 | use VTable; |
5 | |
6 | |
7 | |
8 | inner: StateHandle, |
9 | |
10 | |
11 | |
12 | |
13 | state: , |
14 | |
15 | |
16 | |
17 | |
18 | /// The pointer to the next item. |
19 | /// |
20 | /// `next_item` is most likely always an `FfiValue<StateItem<()>>` and that's how we free them. |
21 | next_item: *const , |
22 | pub state_uuid: u128, |
23 | pub state: T, |
24 | |
25 | |
26 | |
27 | |
28 | let state_manager = unsafe ; |
29 | |
30 | for state in state_manager |
31 | |
32 | |
33 | |
34 | |
35 | state: &'s mut State, |
36 | last: , |
37 | |
38 | |
39 | |
40 | pub unsafe |
41 | todo! |
42 | |
43 | |
44 | pub unsafe |
45 | todo! |
46 | |
47 | |
48 | pub unsafe |
49 | todo! |
50 | |
51 | |
52 | |
53 | |
54 | type Item = ; |
55 | |
56 | |
57 | todo! |
58 | |
59 | |
60 | |
61 | |
62 | ; |
63 | |
64 | |
65 | None |
66 | |
67 | |
68 | |
69 | /// State values for the current execution domain. 99.99% of the time this means "plugin-specific" |
70 | /// |
71 | /// The remainder 0.01% of the time it refers to the daemon's runtime domain. |
72 | >); |
73 | |
74 | |
75 | |
76 | todo! |
77 | |
78 | |
79 | |
80 | ; |
81 | |
82 | |
83 | |
84 | todo! |
85 | |
86 | |
87 | |
88 | |
89 | |
90 | todo! |
91 | |
92 | |
93 | |
94 | |
95 | pub queue_insert_state: unsafe extern "C" fn , |
96 | |
97 | |
98 | |
99 | type VTable = Runtime; |
100 | |
101 | |
102 | |
103 | ; |
104 | |
105 | |
106 | |
107 | |
108 | todo! |
109 | |
110 | |
111 | |
112 | |
113 | |
114 | todo! |
115 | |
116 | |
117 |