pub unsafe fn read_shared_i64(cell: *const SharedCell) -> i64Expand description
Read an i64 from a SharedCell’s payload.
§Safety
cell must point to a live SharedCell whose interior FieldKind is
I64.
pub unsafe fn read_shared_i64(cell: *const SharedCell) -> i64Read an i64 from a SharedCell’s payload.
cell must point to a live SharedCell whose interior FieldKind is
I64.