pub unsafe fn read_shared_u16(cell: *const SharedCell) -> u16Expand description
Read a u16 from a SharedCell’s payload, truncating the upper bytes.
§Safety
cell must point to a live SharedCell whose interior FieldKind is
U16.
pub unsafe fn read_shared_u16(cell: *const SharedCell) -> u16Read a u16 from a SharedCell’s payload, truncating the upper bytes.
cell must point to a live SharedCell whose interior FieldKind is
U16.