logo
pub trait CodeAsmMwait {
    fn mwait(&mut self) -> Result<(), IcedError>;
}

Required Methods

Implementors