logo
pub trait CodeAsmPushfd {
    fn pushfd(&mut self) -> Result<(), IcedError>;
}

Required Methods

Implementors