Skip to main content

BtiEmitter

Trait BtiEmitter 

Source
pub trait BtiEmitter<T0> {
    // Required method
    fn bti(&mut self, targets: T0);
}
Expand description

Emits the BTI instruction. Assembly forms: BTI {#TARGETS}. Operands: targets.

Required Methods§

Source

fn bti(&mut self, targets: T0)

Dyn Compatibility§

This trait is dyn compatible.

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

Implementors§