pub trait IDragonRideDifficultSelectMenu_DifficultyItem: IBasicMenuItem {
// Provided methods
fn m_difficult_id(self) -> Il2CppString { ... }
fn set_m_difficult_id(self, value: Il2CppString) { ... }
fn m_is_enable(self) -> bool { ... }
fn set_m_is_enable(self, value: bool) { ... }
fn m_is_expert(self) -> bool { ... }
fn set_m_is_expert(self, value: bool) { ... }
}Provided Methods§
fn m_difficult_id(self) -> Il2CppString
fn set_m_difficult_id(self, value: Il2CppString)
fn m_is_enable(self) -> bool
fn set_m_is_enable(self, value: bool)
fn m_is_expert(self) -> bool
fn set_m_is_expert(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.