Trait GuiComboBoxEntry_Impl

Source
pub trait GuiComboBoxEntry_Impl<T: HasIDispatch = Self>: HasIDispatch<T> {
    // Provided methods
    fn key(&self) -> Result<String> { ... }
    fn pos(&self) -> Result<i32> { ... }
    fn value(&self) -> Result<String> { ... }
}

Provided Methods§

Source

fn key(&self) -> Result<String>

Source

fn pos(&self) -> Result<i32>

Source

fn value(&self) -> Result<String>

Implementors§