Skip to main content

read_owned_mutable_u32

Function read_owned_mutable_u32 

Source
pub unsafe fn read_owned_mutable_u32(ptr: *mut u32) -> u32
Expand description

Read the u32 payload of an OwnedMutable cell.

ยงSafety

ptr must be non-null and point to a live Box<u32> cell.