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