Skip to main content

write_owned_mutable_u32

Function write_owned_mutable_u32 

Source
pub unsafe fn write_owned_mutable_u32(ptr: *mut u32, value: u32)
Expand description

Write the u32 payload of an OwnedMutable cell.

ยงSafety

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