Structure refactoring
parent: tbd commit: a8f41ac
1 | |
2 | |
3 | |
4 | |
5 | |
6 | |
7 | pub register_object: |
8 | unsafe extern "C" fn , |
9 | pub register_operation: unsafe extern "C" fn |
10 | *mut PluginInitializationState, |
11 | &'static str, |
12 | &'static str, |
13 | &'static , |
14 | , |
15 | pub register_setting: unsafe extern "C" fn |
16 | *mut PluginInitializationState, |
17 | &'static str, |
18 | &'static str, |
19 | &'static , |
20 | , |
21 | pub register_value: unsafe extern "C" fn |
22 | *mut PluginInitializationState, |
23 | &'static str, |
24 | &'static str, |
25 | &'static , |
26 | , |
27 | |
28 | pub operation_handler: unsafe extern "C" fn |
29 | *mut PluginInitializationState, |
30 | &'static str, |
31 | &'static str, |
32 | , |
33 | , |
34 | |
35 | pub value_getter: unsafe extern "C" fn |
36 | *mut PluginInitializationState, |
37 | &'static str, |
38 | &'static str, |
39 | , |
40 | , |
41 | |
42 | pub setting_getter: unsafe extern "C" fn |
43 | *mut PluginInitializationState, |
44 | &'static str, |
45 | &'static str, |
46 | , |
47 | , |
48 | |
49 | |
50 | |
51 | type VTable = Initialization; |
52 | |
53 | |
54 | |
55 | |
56 | f.debug_struct .finish |
57 | |
58 | |
59 | |
60 | unsafe |
61 | unsafe |
62 |