mb

Function mb 

Source
pub fn mb()
Expand description

Full memory barrier for normal memory (RAM).

This orders previous reads/writes before subsequent reads/writes. For device/MMIO ordering, prefer io_mb.