Skip to main content

UxtlEmitter

Trait UxtlEmitter 

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

Emits the UXTL instruction. Assembly forms: UXTL VD.TA, VN.TB. Operands: rd, rn.

Required Methods§

Source

fn uxtl(&mut self, rd: T0, rn: T1)

Dyn Compatibility§

This trait is dyn compatible.

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

Implementors§