pub macro global_asm("assembly template", $(operands,)* $(options($(option),*))?) {
...
}
Expand description
core
Module-level inline assembly.
Re-exported from core
::arch::
.
Module-level inline assembly.
Refer to Rust By Example for a usage guide and the reference for detailed information about the syntax and available options.