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

Required Methods

Implementors