point_set

Function point_set 

Source
pub unsafe fn point_set(p: *mut Point, x: i32, y: i32) -> Result<()>
Expand description

ยงSafety

This function is unsafe because it may dereference raw pointers.