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

Required Methods

Implementors