Skip to main content

read_owned_mutable_i16

Function read_owned_mutable_i16 

Source
pub unsafe fn read_owned_mutable_i16(ptr: *mut i16) -> i16
Expand description

Read the i16 payload of an OwnedMutable cell.

ยงSafety

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