Skip to main content

VmcallEmitter

Trait VmcallEmitter 

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

Emits VMCALL.

Assembly forms: vmcall.

Required Methods§

Source

fn vmcall(&mut self)

Dyn Compatibility§

This trait is dyn compatible.

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

Implementors§