pub unsafe fn read_shared_i8(cell: *const SharedCell) -> i8Expand description
Read an i8 from a SharedCell’s payload, truncating the upper bytes.
§Safety
cell must point to a live SharedCell whose interior FieldKind is
I8.
pub unsafe fn read_shared_i8(cell: *const SharedCell) -> i8Read an i8 from a SharedCell’s payload, truncating the upper bytes.
cell must point to a live SharedCell whose interior FieldKind is
I8.