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

Required Methods

Implementors