Skip to main content

ISortieTradeItemMenuItem

Trait ISortieTradeItemMenuItem 

Source
pub trait ISortieTradeItemMenuItem: IBasicItemMenuItem {
Show 14 methods // Provided methods fn m_unit(self) -> Unit { ... } fn set_m_unit(self, value: Unit) { ... } fn m_reciever_unit(self) -> Unit { ... } fn set_m_reciever_unit(self, value: Unit) { ... } fn m_item_index(self) -> i32 { ... } fn set_m_item_index(self, value: i32) { ... } fn m_b_default_select(self) -> bool { ... } fn set_m_b_default_select(self, value: bool) { ... } fn m_selectable_blank(self) -> bool { ... } fn set_m_selectable_blank(self, value: bool) { ... } fn m_enabled_to_select_blank(self) -> bool { ... } fn set_m_enabled_to_select_blank(self, value: bool) { ... } fn m_disabled(self) -> bool { ... } fn set_m_disabled(self, value: bool) { ... }
}

Provided Methods§

Source

fn m_unit(self) -> Unit

Source

fn set_m_unit(self, value: Unit)

Source

fn m_reciever_unit(self) -> Unit

Source

fn set_m_reciever_unit(self, value: Unit)

Source

fn m_item_index(self) -> i32

Source

fn set_m_item_index(self, value: i32)

Source

fn m_b_default_select(self) -> bool

Source

fn set_m_b_default_select(self, value: bool)

Source

fn m_selectable_blank(self) -> bool

Source

fn set_m_selectable_blank(self, value: bool)

Source

fn m_enabled_to_select_blank(self) -> bool

Source

fn set_m_enabled_to_select_blank(self, value: bool)

Source

fn m_disabled(self) -> bool

Source

fn set_m_disabled(self, value: bool)

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§