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

Required Methods

Implementors