object_set_x

Function object_set_x 

Source
pub unsafe fn object_set_x(obj: *mut Object, x: i32) -> Result<()>
Expand description

ยงSafety

This function is unsafe because it may dereference raw pointers.