Skip to main content

write_shared_i8

Function write_shared_i8 

Source
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.