pub unsafe fn write_shared_u8(cell: *const SharedCell, value: u8)Expand description
Write a u8 to a SharedCell’s payload, zero-extending to 8 bytes.
§Safety
cell must point to a live SharedCell whose interior FieldKind is
U8.
pub unsafe fn write_shared_u8(cell: *const SharedCell, value: u8)Write a u8 to a SharedCell’s payload, zero-extending to 8 bytes.
cell must point to a live SharedCell whose interior FieldKind is
U8.