core::intrinsics::volatile_loadUnstable
[-] [+]
[src]
pub unsafe extern "rust-intrinsic" fn volatile_load<T>(src: *const T) -> T
Perform a volatile load from the src
pointer.