Skip to main content

IHubCameraRotateSpeedMenuItemMethods

Trait IHubCameraRotateSpeedMenuItemMethods 

Source
pub trait IHubCameraRotateSpeedMenuItemMethods: IHubCameraRotateSpeedMenuItem {
    // Provided methods
    fn ctor(self) { ... }
    fn custom_call(self) -> BasicMenu_Result { ... }
    fn init_content(self) { ... }
    fn set_help_text(self) { ... }
}

Provided Methods§

Source

fn ctor(self)

.ctor() overload

Source

fn custom_call(self) -> BasicMenu_Result

CustomCall() overload

Source

fn init_content(self)

InitContent() 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: IHubCameraRotateSpeedMenuItem> IHubCameraRotateSpeedMenuItemMethods for __T

Available on crate feature root-hubcamerarotatespeedmenuitem only.