use rute_ffi_base::*;
#[allow(unused_imports)]
use auto::event_ffi::*;
#[allow(unused_imports)]
use std::os::raw::c_void;
#[repr(C)]
#[derive(Copy, Clone)]
pub struct RUHideEventFuncs {}
#[repr(C)]
#[derive(Copy, Clone)]
pub struct RUHideEventAllFuncs {
pub event_funcs: *const RUEventFuncs,
pub hide_event_funcs: *const RUHideEventFuncs,
}
#[repr(C)]
#[derive(Copy, Clone)]
pub struct RUHideEvent {
pub qt_data: *const RUBase,
pub host_data: *const RUBase,
pub all_funcs: *const RUHideEventAllFuncs,
}