Skip to main content

read_shared_u64

Function read_shared_u64 

Source
pub unsafe fn read_shared_u64(cell: *const SharedCell) -> u64
Expand description

Read a u64 from a SharedCell’s payload.

§Safety

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