object_align_to

Function object_align_to 

Source
pub unsafe fn object_align_to(
    obj: *mut Object,
    base: *const Object,
    align: Align,
    x_ofs: i32,
    y_ofs: i32,
) -> Result<()>
Expand description

ยงSafety

This function is unsafe because it may dereference raw pointers.