Skip to main content

write_owned_mutable_bool

Function write_owned_mutable_bool 

Source
pub unsafe fn write_owned_mutable_bool(ptr: *mut bool, value: bool)
Expand description

Write the bool payload of an OwnedMutable cell.

ยงSafety

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