Function sdl2_sys::rect::SDL_IntersectRectAndLine [] [src]

pub unsafe extern fn SDL_IntersectRectAndLine(rect: *const SDL_Rect,
                                              X1: *mut c_int,
                                              Y1: *mut c_int,
                                              X2: *mut c_int,
                                              Y2: *mut c_int)
                                              -> SDL_bool