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.
pub unsafe fn write_shared_i64(cell: *const SharedCell, value: i64)Write an i64 to a SharedCell’s payload.
cell must point to a live SharedCell whose interior FieldKind is
I64.