Skip to main content

write_owned_mutable_i64

Function write_owned_mutable_i64 

Source
pub unsafe fn write_owned_mutable_i64(ptr: *mut i64, value: i64)
Expand description

Write the i64 payload of an OwnedMutable cell.

ยงSafety

ptr must be non-null and point to a live Box<i64> cell allocated by alloc_owned_mutable_i64.