Skip to main content

write_owned_mutable_u8

Function write_owned_mutable_u8 

Source
pub unsafe fn write_owned_mutable_u8(ptr: *mut u8, value: u8)
Expand description

Write the u8 payload of an OwnedMutable cell.

ยงSafety

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