object_get_scroll_end

Function object_get_scroll_end 

Source
pub unsafe fn object_get_scroll_end(
    obj: *mut Object,
    end: *mut Point,
) -> Result<()>
Expand description

ยงSafety

This function is unsafe because it may dereference raw pointers.