Skip to main content

read_owned_mutable_i64

Function read_owned_mutable_i64 

Source
pub unsafe fn read_owned_mutable_i64(ptr: *mut i64) -> i64
Expand description

Read 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.