Function lvgl_sys::lv_canvas_copy_buf[][src]

pub unsafe extern "C" fn lv_canvas_copy_buf(
    canvas: *mut lv_obj_t,
    to_copy: *const c_void,
    x: lv_coord_t,
    y: lv_coord_t,
    w: lv_coord_t,
    h: lv_coord_t
)