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

Required Methods

Implementors