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