summaryrefslogtreecommitdiff
path: root/rust/src
diff options
context:
space:
mode:
Diffstat (limited to 'rust/src')
-rw-r--r--rust/src/typelibrary.rs1
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>,
}