Skip to main content

write_shared_u64

Function write_shared_u64 

Source
pub unsafe fn write_shared_u64(cell: *const SharedCell, value: u64)
Expand description

Write a u64 to a SharedCell’s payload.

§Safety

cell must point to a live SharedCell whose interior FieldKind is U64.