pub trait ITitleBar_NumMethods: ITitleBar_Num {
// Provided methods
fn clear(self) { ... }
fn set_value(self, value: impl Into<TitleBar_Num>) { ... }
fn set_value_current(self) { ... }
fn ctor(self) { ... }
}Provided Methods§
Sourcefn set_value(self, value: impl Into<TitleBar_Num>)
fn set_value(self, value: impl Into<TitleBar_Num>)
SetValue(crate::app::titlebar::TitleBar_Num) overload
Sourcefn set_value_current(self)
fn set_value_current(self)
SetValueCurrent() overload
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§
impl<__T: ITitleBar_Num> ITitleBar_NumMethods for __T
Available on crate feature
app-titlebar only.