pub trait CodeAsmXrstors64<T> {
    fn xrstors64(&mut self, op0: T) -> Result<(), IcedError>;
}

Required Methods§

Implementors§