pub unsafe fn write_shared_i8(cell: *const SharedCell, value: i8)Expand description
Write an i8 to a SharedCell’s payload, sign-extending to 8 bytes.
§Safety
cell must point to a live SharedCell whose interior FieldKind is
I8.
pub unsafe fn write_shared_i8(cell: *const SharedCell, value: i8)Write an i8 to a SharedCell’s payload, sign-extending to 8 bytes.
cell must point to a live SharedCell whose interior FieldKind is
I8.