Skip to main content

read_owned_mutable_f64

Function read_owned_mutable_f64 

Source
pub unsafe fn read_owned_mutable_f64(ptr: *mut f64) -> f64
Expand description

Read the f64 payload of an OwnedMutable cell.

ยงSafety

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