Skip to main content

write_owned_mutable_i16

Function write_owned_mutable_i16 

Source
pub unsafe fn write_owned_mutable_i16(ptr: *mut i16, value: i16)
Expand description

Write the i16 payload of an OwnedMutable cell.

ยงSafety

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