| 37 | #[derive(Copy, Clone, Debug)] |
| 38 | #[repr(transparent)] |
| 39 | pub struct Instance { |
| 40 | id: StoreComponentInstanceId, |
| 41 | } |
| 42 | |
| 43 | // Double-check that the C representation in `component/instance.h` matches our |
| 44 | // in-Rust representation here in terms of size/alignment/etc. |
no outgoing calls
no test coverage detected