Skip to main content

write_owned_mutable_u16

Function write_owned_mutable_u16 

Source
pub unsafe fn write_owned_mutable_u16(ptr: *mut u16, value: u16)
Expand description

Write the u16 payload of an OwnedMutable cell.

ยงSafety

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