pub macro asm("assembly template", $(operands,)* $(options($(option),*))?) { ... }
内联汇编。
有关使用指南,请参见 rust by example,有关语法和可用选项的详细信息,请参见 reference。