Skip to main content

IDebugUIHandlerIntField

Trait IDebugUIHandlerIntField 

Source
pub trait IDebugUIHandlerIntField: IDebugUIHandlerWidget {
    // Provided methods
    fn name_label(self) -> Text { ... }
    fn set_name_label(self, value: Text) { ... }
    fn value_label(self) -> Text { ... }
    fn set_value_label(self, value: Text) { ... }
    fn m_field(self) -> DebugUI_IntField { ... }
    fn set_m_field(self, value: DebugUI_IntField) { ... }
}

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§