Skip to main content

ITitleBar_NumMethods

Trait ITitleBar_NumMethods 

Source
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§

Source

fn clear(self)

Clear() overload

Source

fn set_value(self, value: impl Into<TitleBar_Num>)

SetValue(crate::app::titlebar::TitleBar_Num) overload

Source

fn set_value_current(self)

SetValueCurrent() overload

Source

fn ctor(self)

.ctor() 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§

Source§

impl<__T: ITitleBar_Num> ITitleBar_NumMethods for __T

Available on crate feature app-titlebar only.