pub unsafe fn read_shared_u64(cell: *const SharedCell) -> u64Expand description
Read a u64 from a SharedCell’s payload.
§Safety
cell must point to a live SharedCell whose interior FieldKind is
U64.
pub unsafe fn read_shared_u64(cell: *const SharedCell) -> u64Read a u64 from a SharedCell’s payload.
cell must point to a live SharedCell whose interior FieldKind is
U64.