Skip to main content

IDebugUnitAccessoryMenu_UnitAccessoryItem

Trait IDebugUnitAccessoryMenu_UnitAccessoryItem 

Source
pub trait IDebugUnitAccessoryMenu_UnitAccessoryItem: IDebugUnitAccessoryMenu_UnitBaseItem {
    // Provided methods
    fn m_label(self) -> Il2CppString { ... }
    fn set_m_label(self, value: Il2CppString) { ... }
    fn m_kind(self) -> AccessoryData_Kinds { ... }
    fn set_m_kind(self, value: AccessoryData_Kinds) { ... }
}

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§