Skip to main content

read_owned_mutable_bool

Function read_owned_mutable_bool 

Source
pub unsafe fn read_owned_mutable_bool(ptr: *mut bool) -> bool
Expand description

Read the bool payload of an OwnedMutable cell.

ยงSafety

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