Skip to main content

ISortieRelianceSelectionPartnerMenu_UnitMenuItem

Trait ISortieRelianceSelectionPartnerMenu_UnitMenuItem 

Source
pub trait ISortieRelianceSelectionPartnerMenu_UnitMenuItem: IBasicMenuItem {
    // Provided methods
    fn m_unit(self) -> Unit { ... }
    fn set_m_unit(self, value: Unit) { ... }
    fn m_level(self) -> RelianceData_Level { ... }
    fn set_m_level(self, value: RelianceData_Level) { ... }
    fn m_can_talk(self) -> bool { ... }
    fn set_m_can_talk(self, value: bool) { ... }
}

Provided Methods§

Source

fn m_unit(self) -> Unit

Source

fn set_m_unit(self, value: Unit)

Source

fn m_level(self) -> RelianceData_Level

Source

fn set_m_level(self, value: RelianceData_Level)

Source

fn m_can_talk(self) -> bool

Source

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