Skip to main content

IMemberInfoItem_1

Trait IMemberInfoItem_1 

Source
pub trait IMemberInfoItem_1<T0: ClassIdentity>: IMenuItem {
    // Provided methods
    fn m_object(self) -> IlInstance { ... }
    fn set_m_object(self, value: IlInstance) { ... }
    fn m_info(self) -> T0 { ... }
    fn set_m_info(self, value: T0) { ... }
}

Provided Methods§

Source

fn m_object(self) -> IlInstance

Source

fn set_m_object(self, value: IlInstance)

Source

fn m_info(self) -> T0

Source

fn set_m_info(self, value: T0)

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§