Struct imgui_sys::Pair [] [src]

pub struct Pair {
    pub key: ImGuiID,
    pub data: *mut c_void,
}

Fields

key: ImGuiID data: *mut c_void