#[repr(C)]pub struct ImGuiTextFilter {
pub input_buf: [c_char; 256],
pub filters: ImVector<TextRange>,
pub count_grep: c_int,
}
Fields§
§input_buf: [c_char; 256]
§filters: ImVector<TextRange>
§count_grep: c_int
Auto Trait Implementations§
impl Freeze for ImGuiTextFilter
impl RefUnwindSafe for ImGuiTextFilter
impl !Send for ImGuiTextFilter
impl !Sync for ImGuiTextFilter
impl Unpin for ImGuiTextFilter
impl UnwindSafe for ImGuiTextFilter
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more