[][src]Function imgui_sys::ImDrawList_PushClipRect

pub unsafe extern "C" fn ImDrawList_PushClipRect(
    self_: *mut ImDrawList,
    clip_rect_min: ImVec2,
    clip_rect_max: ImVec2,
    intersect_with_current_clip_rect: bool
)