Skip to main content

write_owned_mutable_i8

Function write_owned_mutable_i8 

Source
pub unsafe fn write_owned_mutable_i8(ptr: *mut i8, value: i8)
Expand description

Write the i8 payload of an OwnedMutable cell.

ยงSafety

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