Skip to main content

BfcEmitter

Trait BfcEmitter 

Source
pub trait BfcEmitter<T0, T1, T2> {
    // Required method
    fn bfc(&mut self, rd: T0, lsb: T1, width: T2);
}
Expand description

Emits the BFC instruction. Assembly forms: BFC WD, #LSB, #WIDTH; BFC XD, #LSB, #WIDTH. Operands: rd, lsb, width.

Required Methods§

Source

fn bfc(&mut self, rd: T0, lsb: T1, width: T2)

Dyn Compatibility§

This trait is dyn compatible.

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

Implementors§