diff --git a/src/decoder.rs b/src/decoder.rs index 2e30e6d..90a05bc 100644 --- a/src/decoder.rs +++ b/src/decoder.rs @@ -266,6 +266,7 @@ pub type AllOperands = OperandArrayVec; /// Decode and store operands in a static array buffer. #[cfg(feature = "full-decoder")] +#[derive(Debug, Clone)] pub struct OperandArrayVec { // TODO: use maybeuninit here operands: [ffi::DecodedOperand; MAX_OPERANDS],