point_precise_swap

Function point_precise_swap 

Source
pub unsafe fn point_precise_swap(
    p1: *mut PointPrecise,
    p2: *mut PointPrecise,
) -> Result<()>
Expand description

ยงSafety

This function is unsafe because it may dereference raw pointers.