pub trait IMainMenuSequence_PlayerBirthdayInputMenuSequence_Menu_MenuItemContent: IBasicMenuItemContent {
// Provided methods
fn m_value_frame_object(self) -> GameObject { ... }
fn set_m_value_frame_object(self, value: GameObject) { ... }
fn m_value_text(self) -> TextMeshProUGUI { ... }
fn set_m_value_text(self, value: TextMeshProUGUI) { ... }
}Provided Methods§
fn m_value_frame_object(self) -> GameObject
fn set_m_value_frame_object(self, value: GameObject)
fn m_value_text(self) -> TextMeshProUGUI
fn set_m_value_text(self, value: TextMeshProUGUI)
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.