Skip to main content

DmbEmitter

Trait DmbEmitter 

Source
pub trait DmbEmitter<T0> {
    // Required method
    fn dmb(&mut self, barrier_op: T0);
}
Expand description

Emits the DMB instruction. Assembly forms: DMB #BARRIER_OP. Operands: barrier_op.

Required Methods§

Source

fn dmb(&mut self, barrier_op: T0)

Dyn Compatibility§

This trait is dyn compatible.

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

Implementors§