Skip to main content

write_owned_mutable_u64

Function write_owned_mutable_u64 

Source
pub unsafe fn write_owned_mutable_u64(ptr: *mut u64, value: u64)
Expand description

Write the u64 payload of an OwnedMutable cell.

ยงSafety

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