Skip to main content

RbitEmitter

Trait RbitEmitter 

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

Emits the RBIT instruction. Assembly forms: RBIT WD, WN; RBIT XD, XN; RBIT VD.8B, VN.8B; RBIT VD.16B, VN.16B. Operands: rd, rn.

Required Methods§

Source

fn rbit(&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§