Skip to main content

IIsEnableNetworkMenuItemMethods

Trait IIsEnableNetworkMenuItemMethods 

Source
pub trait IIsEnableNetworkMenuItemMethods: IIsEnableNetworkMenuItem {
    // Provided methods
    fn ctor(self) { ... }
    fn build_attribute(self) -> BasicMenuItem_Attribute { ... }
    fn on_select(self) { ... }
    fn custom_call(self) -> BasicMenu_Result { ... }
    fn init_content(self) { ... }
    fn set_command_text(self) { ... }
    fn set_help_text(self) { ... }
}

Provided Methods§

Source

fn ctor(self)

.ctor() overload

Source

fn build_attribute(self) -> BasicMenuItem_Attribute

BuildAttribute() overload

Source

fn on_select(self)

OnSelect() overload

Source

fn custom_call(self) -> BasicMenu_Result

CustomCall() overload

Source

fn init_content(self)

InitContent() overload

Source

fn set_command_text(self)

SetCommandText() overload

Source

fn set_help_text(self)

SetHelpText() 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: IIsEnableNetworkMenuItem> IIsEnableNetworkMenuItemMethods for __T

Available on crate feature root-isenablenetworkmenuitem only.