Skip to main content

write_owned_mutable_i32

Function write_owned_mutable_i32 

Source
pub unsafe fn write_owned_mutable_i32(ptr: *mut i32, value: i32)
Expand description

Write the i32 payload of an OwnedMutable cell.

ยงSafety

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