Function volatile_store
unsafe fn volatile_store<T>(dst: *mut T, val: T)
Performs a volatile store to the dst pointer.
The stabilized version of this intrinsic is core::ptr::write_volatile.
volatile_storeunsafe fn volatile_store<T>(dst: *mut T, val: T)
Performs a volatile store to the dst pointer.
The stabilized version of this intrinsic is core::ptr::write_volatile.