Skip to main content

Sm4ekeyEmitter

Trait Sm4ekeyEmitter 

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

Emits the SM4EKEY instruction. Assembly forms: SM4EKEY VD.4S, VN.4S, VM.4S. Operands: rd, rn, rm.

Required Methods§

Source

fn sm4ekey(&mut self, rd: T0, rn: T1, rm: T2)

Dyn Compatibility§

This trait is dyn compatible.

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

Implementors§