Before
parent: tbd commit: e432306
1 | use ; |
2 | |
3 | |
4 | |
5 | |
6 | |
7 | |
8 | pub use *; |
9 | pub use *; |
10 | pub use *; |
11 | |
12 | |
13 | type VTable; |
14 | |
15 | |
16 | |
17 | |
18 | _marker: , |
19 | |
20 | |
21 | |
22 | /// Creates a new `VTable<T>` reference to a static vtable in memory. |
23 | /// |
24 | /// Might be unsafe? It seems like it should be safe... |
25 | pub const |
26 | // We're going to transmute the reference to the typed vtable to us |
27 | // which will probably be fine |
28 | unsafe |
29 | |
30 | |
31 | |
32 | |
33 | type Target = VTable; |
34 | |
35 | |
36 | unsafe |
37 | |
38 | |
39 |