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