Skip to main content

read_owned_mutable_i32

Function read_owned_mutable_i32 

Source
pub unsafe fn read_owned_mutable_i32(ptr: *mut i32) -> i32
Expand description

Read the i32 payload of an OwnedMutable cell.

ยงSafety

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