Struct imgui_sys::TextRange [] [src]

#[repr(C)]
pub struct TextRange { pub begin: *const c_char, pub end: *const c_char, }

Fields