pub unsafe fn read_shared_i16(cell: *const SharedCell) -> i16Expand description
Read an i16 from a SharedCell’s payload, truncating the upper bytes.
§Safety
cell must point to a live SharedCell whose interior FieldKind is
I16.
pub unsafe fn read_shared_i16(cell: *const SharedCell) -> i16Read an i16 from a SharedCell’s payload, truncating the upper bytes.
cell must point to a live SharedCell whose interior FieldKind is
I16.