Skip to main content

IMascotAccChangeMenuItem

Trait IMascotAccChangeMenuItem 

Source
pub trait IMascotAccChangeMenuItem: IBasicMenuItem {
    // Provided methods
    fn m_mascot_data(self) -> MascotAccData { ... }
    fn set_m_mascot_data(self, value: MascotAccData) { ... }
    fn m_acc_data(self) -> AccessoryData { ... }
    fn set_m_acc_data(self, value: AccessoryData) { ... }
}

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§