Skip to main content

IBaseMeshEffect

Trait IBaseMeshEffect 

Source
pub trait IBaseMeshEffect: IUIBehaviour {
    // Provided methods
    fn m_graphic(self) -> Graphic { ... }
    fn set_m_graphic(self, value: Graphic) { ... }
}

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§