Skip to main content

IAccessoryMenuItemContentMethods

Trait IAccessoryMenuItemContentMethods 

Source
pub trait IAccessoryMenuItemContentMethods: IAccessoryMenuItemContent {
    // Provided methods
    fn ctor(self) { ... }
    fn build_text(self) { ... }
    fn update_text_color(self) { ... }
    fn show_fixed_cursor(self) { ... }
    fn hide_fixed_cursor(self) { ... }
}

Provided Methods§

Source

fn ctor(self)

.ctor() overload

Source

fn build_text(self)

BuildText() overload

Source

fn update_text_color(self)

UpdateTextColor() overload

Source

fn show_fixed_cursor(self)

ShowFixedCursor() overload

Source

fn hide_fixed_cursor(self)

HideFixedCursor() 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: IAccessoryMenuItemContent> IAccessoryMenuItemContentMethods for __T

Available on crate feature app-accessorymenuitemcontent only.