Skip to main content

IDebugUI_Widget

Trait IDebugUI_Widget 

Source
pub trait IDebugUI_Widget: IObject {
    // Provided methods
    fn m_panel(self) -> DebugUI_Panel { ... }
    fn set_m_panel(self, value: DebugUI_Panel) { ... }
    fn m_parent(self) -> DebugUI_IContainer { ... }
    fn set_m_parent(self, value: DebugUI_IContainer) { ... }
}

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§