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

Required Methods

Implementors