Skip to main content

write_shared_i64

Function write_shared_i64 

Source
pub unsafe fn write_shared_i64(cell: *const SharedCell, value: i64)
Expand description

Write an i64 to a SharedCell’s payload.

§Safety

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