[][src]Trait imgui_ext::checkbox::Checkbox

pub trait Checkbox {
    fn build(ui: &Ui, elem: &mut Self, params: CheckboxParams) -> bool;
}

Trait for types that can be represented with a checkbox.

Required methods

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

Loading content...

Implementations on Foreign Types

impl<C: Checkbox> Checkbox for Option<C>[src]

impl Checkbox for bool[src]

impl<T: Checkbox> Checkbox for Box<T>[src]

Loading content...

Implementors

Loading content...