pub trait IHubCameraReverseHorizontalMenuItemMethods: IHubCameraReverseHorizontalMenuItem {
// Provided methods
fn ctor(self) { ... }
fn custom_call(self) -> BasicMenu_Result { ... }
fn init_content(self) { ... }
fn set_command_text(self) { ... }
fn set_help_text(self) { ... }
}Provided Methods§
Sourcefn custom_call(self) -> BasicMenu_Result
fn custom_call(self) -> BasicMenu_Result
CustomCall() overload
Sourcefn init_content(self)
fn init_content(self)
InitContent() overload
Sourcefn set_command_text(self)
fn set_command_text(self)
SetCommandText() overload
Sourcefn set_help_text(self)
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§
impl<__T: IHubCameraReverseHorizontalMenuItem> IHubCameraReverseHorizontalMenuItemMethods for __T
Available on crate feature
root-hubcamerareversehorizontalmenuitem only.