Skip to main content

ScallEmitter

Trait ScallEmitter 

Source
pub trait ScallEmitter {
    // Required method
    fn scall(&mut self);
}
Expand description

RISC-V scall instruction.

§Forms

Assembly: scall Rust: scall()

§Arguments

Required Methods§

Source

fn scall(&mut self)

Dyn Compatibility§

This trait is dyn compatible.

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

Implementors§