Skip to main content

IMenuBondSetter

Trait IMenuBondSetter 

Source
pub trait IMenuBondSetter: IMonoBehaviour {
    // Provided methods
    fn m_unit_name(self) -> TextMeshProUGUI { ... }
    fn set_m_unit_name(self, value: TextMeshProUGUI) { ... }
    fn m_god_name(self) -> TextMeshProUGUI { ... }
    fn set_m_god_name(self, value: TextMeshProUGUI) { ... }
    fn m_bond_lv(self) -> TextMeshProUGUI { ... }
    fn set_m_bond_lv(self, value: TextMeshProUGUI) { ... }
    fn m_bond_gauge(self) -> GameObject { ... }
    fn set_m_bond_gauge(self, value: GameObject) { ... }
}

Provided Methods§

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§