Struct imgui_rs::imgui::ImGuiTextFilter [] [src]

#[repr(C)]
pub struct ImGuiTextFilter { pub InputBuf: [c_char; 256], pub Filters: ImVector<Struct_TextRange>, pub CountGrep: c_int, }

Fields

Trait Implementations

impl Copy for ImGuiTextFilter
[src]

impl Clone for ImGuiTextFilter
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for ImGuiTextFilter
[src]

Returns the "default value" for a type. Read more