rustubs
0.2.0
Module black_
magic
Module Items
Structs
Functions
In crate rustubs
rustubs
Module
black_magic
Copy item path
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
⚠