Skip to main content

read_owned_mutable_u16

Function read_owned_mutable_u16 

Source
pub unsafe fn read_owned_mutable_u16(ptr: *mut u16) -> u16
Expand description

Read the u16 payload of an OwnedMutable cell.

ยงSafety

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