Rust supports using inline assembly to do this via the asm! macro. asm!(assembly template : output operands : input operands : clobbers : options );.
確定! 回上一頁