From 460656be13999759eb1eeb5bd9a868b34c0aea22 Mon Sep 17 00:00:00 2001 From: Glenn Smith Date: Wed, 31 Aug 2022 23:01:49 -0400 Subject: Expose CallingConvention::GetVariablesForParameters --- rust/src/types.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rust/src/types.rs') 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 { ////////////// // Variable -#[derive(Clone, Copy, Debug)] +#[derive(Clone, Copy, Debug, Hash, Eq, PartialEq)] pub struct Variable { pub t: BNVariableSourceType, pub index: u32, -- cgit v1.3.1