Skip to main content

Sha1cEmitter

Trait Sha1cEmitter 

Source
pub trait Sha1cEmitter<T0, T1, T2> {
    // Required method
    fn sha1c(&mut self, operand_1: T0, rn: T1, rm: T2);
}
Expand description

Emits the SHA1C instruction. Assembly forms: SHA1C QX, SN, VM.4S. Operands: operand_1, rn, rm.

Required Methods§

Source

fn sha1c(&mut self, operand_1: T0, rn: T1, rm: T2)

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§