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

Required Methods

Implementors