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

Required Methods

Implementors