summaryrefslogtreecommitdiff
path: root/rust/src/types.rs
diff options
context:
space:
mode:
authorGlenn Smith <glenn@vector35.com>2022-08-31 23:01:49 -0400
committerGlenn Smith <glenn@vector35.com>2022-09-29 21:02:24 -0400
commit460656be13999759eb1eeb5bd9a868b34c0aea22 (patch)
tree8147e1028b4e6ca42dc4dc5c03f1453c13a8b1fc /rust/src/types.rs
parente5af153f0b7964bf65ff9af07012d9a51ab0cd1c (diff)
Expose CallingConvention::GetVariablesForParameters
Diffstat (limited to 'rust/src/types.rs')
-rw-r--r--rust/src/types.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/rust/src/types.rs b/rust/src/types.rs
index 790faca5..4f9d8bff 100644
--- a/rust/src/types.rs
+++ b/rust/src/types.rs
@@ -1315,7 +1315,7 @@ impl FunctionParameter<BnString> {
//////////////
// Variable
-#[derive(Clone, Copy, Debug)]
+#[derive(Clone, Copy, Debug, Hash, Eq, PartialEq)]
pub struct Variable {
pub t: BNVariableSourceType,
pub index: u32,