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

Required Methods

Implementors