core::intrinsics::volatile_store
[−]
[src]
pub unsafe extern "rust-intrinsic" fn volatile_store<T>(dst: *mut T, val: T)
Unstable
Perform a volatile store to the dst
pointer.