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