pub trait CodeAsmRdtsc {
    fn rdtsc(&mut self) -> Result<(), IcedError>;
}

Required Methods§

Implementors§