pub unsafe fn read_shared_u32(cell: *const SharedCell) -> u32Expand description
Read a u32 from a SharedCell’s payload, truncating the upper bytes.
§Safety
cell must point to a live SharedCell whose interior FieldKind is
U32.
pub unsafe fn read_shared_u32(cell: *const SharedCell) -> u32Read a u32 from a SharedCell’s payload, truncating the upper bytes.
cell must point to a live SharedCell whose interior FieldKind is
U32.