Skip to main content

ISortieUnitSelect_UnitMenuItem

Trait ISortieUnitSelect_UnitMenuItem 

Source
pub trait ISortieUnitSelect_UnitMenuItem: IBasicMenuItem {
    // Provided methods
    fn m_unit(self) -> Unit { ... }
    fn set_m_unit(self, value: Unit) { ... }
    fn m_can_sortie_for_relay(self) -> bool { ... }
    fn set_m_can_sortie_for_relay(self, value: bool) { ... }
}

Provided Methods§

Source

fn m_unit(self) -> Unit

Source

fn set_m_unit(self, value: Unit)

Source

fn m_can_sortie_for_relay(self) -> bool

Source

fn set_m_can_sortie_for_relay(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§