Skip to main content

IMaterialListMenuItemContent

Trait IMaterialListMenuItemContent 

Source
pub trait IMaterialListMenuItemContent: IBasicMenuItemContent {
    // Provided methods
    fn m_icon(self) -> Image { ... }
    fn set_m_icon(self, value: Image) { ... }
    fn m_value(self) -> TextMeshProUGUI { ... }
    fn set_m_value(self, value: TextMeshProUGUI) { ... }
}

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§