diff options
| author | Rubens Brandao <git@rubens.io> | 2024-06-14 14:19:18 -0300 |
|---|---|---|
| committer | Kyle Martin <krm504@nyu.edu> | 2024-07-09 18:45:30 -0400 |
| commit | 37ab27e142e43814669058dfc3d5845279c713d3 (patch) | |
| tree | b61caa085ee7c5ad9cbf2959aacfed01b758a0b5 /rust/src | |
| parent | bd4a8a608ce3e2175cf5eb366428b8718bb2e25c (diff) | |
fix TypeLibrary representation
Diffstat (limited to 'rust/src')
| -rw-r--r-- | rust/src/typelibrary.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/rust/src/typelibrary.rs b/rust/src/typelibrary.rs index 4940454d..ce0fe6f8 100644 --- a/rust/src/typelibrary.rs +++ b/rust/src/typelibrary.rs @@ -11,6 +11,7 @@ use crate::{ types::{QualifiedName, QualifiedNameAndType, Type}, }; +#[repr(transparent)] pub struct TypeLibrary { handle: ptr::NonNull<BNTypeLibrary>, } |
