Skip to main content

write_owned_mutable_f64

Function write_owned_mutable_f64 

Source
pub unsafe fn write_owned_mutable_f64(ptr: *mut f64, value: f64)
Expand description

Write the f64 payload of an OwnedMutable cell.

ยงSafety

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