pub trait CodeAsmStosw {
    fn stosw(&mut self) -> Result<(), IcedError>;
}

Required Methods§

Implementors§