Trait iced_x86::code_asm::asm_traits::CodeAsmSha256msg2
source · pub trait CodeAsmSha256msg2<T, U> {
// Required method
fn sha256msg2(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
}
pub trait CodeAsmSha256msg2<T, U> {
// Required method
fn sha256msg2(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
}