pub unsafe fn write_shared_f64(cell: *const SharedCell, value: f64)Expand description
Write a f64 to a SharedCell’s payload while holding its lock.
§Safety
cell must point to a live SharedCell whose interior FieldKind is
F64.
pub unsafe fn write_shared_f64(cell: *const SharedCell, value: f64)Write a f64 to a SharedCell’s payload while holding its lock.
cell must point to a live SharedCell whose interior FieldKind is
F64.