Skip to main content

read_shared_i64

Function read_shared_i64 

Source
pub unsafe fn read_shared_i64(cell: *const SharedCell) -> i64
Expand description

Read an i64 from a SharedCell’s payload.

§Safety

cell must point to a live SharedCell whose interior FieldKind is I64.