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

Required Methods

Implementors