[][src]Trait imgui_ext::input::Input

pub trait Input<T> {
    fn build(ui: &Ui, elem: &mut Self, params: InputParams<T>) -> bool;
}

Required methods

fn build(ui: &Ui, elem: &mut Self, params: InputParams<T>) -> bool

Loading content...

Implementations on Foreign Types

impl<T, I: Input<T>> Input<T> for Box<I>[src]

impl<T, I: Input<T>> Input<T> for Option<I>[src]

impl Input<()> for ImString[src]

impl Input<f32> for f32[src]

impl Input<i32> for i32[src]

impl Input<f32> for [f32; 2][src]

impl Input<f32> for [f32; 3][src]

impl Input<f32> for [f32; 4][src]

impl Input<i32> for [i32; 2][src]

impl Input<i32> for [i32; 3][src]

impl Input<i32> for [i32; 4][src]

Loading content...

Implementors

Loading content...