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§
Dyn Compatibility§
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".