core::intrinsics::volatile_store[src]
pub unsafe fn volatile_store<T>(dst: *mut T, val: T)
Perform a volatile store to the dst pointer.
pub unsafe fn volatile_store<T>(dst: *mut T, val: T)
Perform a volatile store to the dst pointer.
Prefix searches with a type followed by a colon (e.g.
fn:) to restrict the search to a given type.
Accepted types are: fn, mod,
struct (or str), enum,
trait, typedef (or
tdef).