Skip to main content

read_owned_mutable_u8

Function read_owned_mutable_u8 

Source
pub unsafe fn read_owned_mutable_u8(ptr: *mut u8) -> u8
Expand description

Read the u8 payload of an OwnedMutable cell.

ยงSafety

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