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

Required Methods§

Implementors§