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

Required Methods

Implementors