Struct imgui_sys::Pair [] [src]

#[repr(C)]
pub struct Pair { pub key: ImGuiID, pub data: *mut c_void, }

Fields