rute 0.0.6

UI library implemented on top of Qt
Documentation
// This file is auto-generated by rute_gen. DO NOT EDIT.
use rute_ffi_base::*;

#[allow(unused_imports)]
use auto::event_ffi::*;
#[allow(unused_imports)]
use auto::size_ffi::RUSize;
#[allow(unused_imports)]
use std::os::raw::c_void;
#[repr(C)]
#[derive(Copy, Clone)]
pub struct RUResizeEventFuncs {
    pub size: extern "C" fn(self_c: *const RUBase) -> RUSize,
    pub old_size: extern "C" fn(self_c: *const RUBase) -> RUSize,
}

#[repr(C)]
#[derive(Copy, Clone)]
pub struct RUResizeEventAllFuncs {
    pub event_funcs: *const RUEventFuncs,
    pub resize_event_funcs: *const RUResizeEventFuncs,
}

#[repr(C)]
#[derive(Copy, Clone)]
pub struct RUResizeEvent {
    pub qt_data: *const RUBase,
    pub host_data: *const RUBase,
    pub all_funcs: *const RUResizeEventAllFuncs,
}