Skip to main content

read_owned_mutable_i8

Function read_owned_mutable_i8 

Source
pub unsafe fn read_owned_mutable_i8(ptr: *mut i8) -> i8
Expand description

Read the i8 payload of an OwnedMutable cell.

ยงSafety

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