pub unsafe fn read_shared_i32(cell: *const SharedCell) -> i32Expand description
Read an i32 from a SharedCell’s payload, truncating the upper bytes.
§Safety
cell must point to a live SharedCell whose interior FieldKind is
I32.
pub unsafe fn read_shared_i32(cell: *const SharedCell) -> i32Read an i32 from a SharedCell’s payload, truncating the upper bytes.
cell must point to a live SharedCell whose interior FieldKind is
I32.