Skip to main content

MwaitEmitter

Trait MwaitEmitter 

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

MWAIT.

Supported operand variants:

+---+----------+
| # | Operands |
+---+----------+
| 1 | (none)   |
+---+----------+

Required Methods§

Source

fn mwait(&mut self)

Implementors§