Closed spinpx closed 1 year ago
Hi, I found that Instruction and Instruction do not have the traits for Clone and Debug. This is because the OperandArrayVec does not implement the traits. Could you consider adding them?
Also the problem mentioned here btw: https://github.com/zyantific/zydis-rs/issues/30#issuecomment-1723063568
Hi, I found that Instruction and Instruction do not have the traits for Clone and Debug. This is because the OperandArrayVec does not implement the traits. Could you consider adding them?