Skip to main content

read_owned_mutable_u64

Function read_owned_mutable_u64 

Source
pub unsafe fn read_owned_mutable_u64(ptr: *mut u64) -> u64
Expand description

Read the u64 payload of an OwnedMutable cell.

ยงSafety

ptr must be non-null and point to a live Box<u64> cell.