Pre vtable changes
parent: tbd commit: d17a4b2
1 | use CStr; |
2 | |
3 | use crate:: |
4 | , |
5 | FfiSlice, FfiSliceRef, FfiValueRef, |
6 | ; |
7 | |
8 | use ; |
9 | |
10 | |
11 | |
12 | inner: (), |
13 | vtable: &'static , |
14 | |
15 | |
16 | |
17 | type VTable = ObjectVTable; |
18 | |
19 | |
20 | |
21 | pub object_kind: &'static CStr, |
22 | pub to_str: unsafe extern "C" fn , |
23 | pub from_str: unsafe extern "C" fn , |
24 | pub home_uri: unsafe extern "C" fn , |
25 | |
26 | |
27 | |
28 | |
29 | todo! |
30 | |
31 | |
32 | |
33 | |
34 | ; |
35 | unsafe extern "C" ; |
36 | unsafe extern "C" ; |
37 | unsafe extern "C" ; |
38 | |
39 |