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

Required Methods

Implementors