Module black_magic

Module black_magic 

Source
Expand description

collection of hacks

Structs§

Void

Functions§

flush
flush a volatile variable: rust doesn’t have a volatile keyword. When a “const static” variable is expected to be written externally the optimized code may go wrong.
make_static