pub trait StuminlhEmitter<T0, T1> {
// Required method
fn stuminlh(&mut self, rs: T0, addr: T1);
}Expand description
Emits the STUMINLH instruction.
Assembly forms: STUMINLH WS, [XN|SP].
Operands: rs, addr.
Required Methods§
Dyn Compatibility§
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".