Struct imgui_sys::TextRange[][src]

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

Fields

Auto Trait Implementations

impl !Send for TextRange

impl !Sync for TextRange