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

Required Methods

Implementors