Skip to main content

CbwEmitter

Trait CbwEmitter 

Source
pub trait CbwEmitter<T0> {
    // Required method
    fn cbw(&mut self, dst: T0);
}
Expand description

Emits CBW.

Assembly forms: cbw <ax>.

Required Methods§

Source

fn cbw(&mut self, dst: T0)

Dyn Compatibility§

This trait is dyn compatible.

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

Implementors§