pub trait XpacdEmitter<T0> {
// Required method
fn xpacd(&mut self, rd: T0);
}Expand description
Emits the XPACD instruction.
Assembly forms: XPACD XD.
Operands: rd.
Required Methods§
Dyn Compatibility§
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".