pub trait IFoodstuffMenuContent_CursorControllerMethods: IFoodstuffMenuContent_CursorController {
// Provided methods
fn setup(self) { ... }
fn set_visible_without_cursor_images(self, is_visible: impl Into<bool>) { ... }
fn set_visible_cursor_image(self, is_visible: impl Into<bool>) { ... }
fn set_sibling_index(self, index: impl Into<i32>) { ... }
fn set_back_cursor_image_enabled(self, value: impl Into<bool>) { ... }
fn set_color(self, is_enable: impl Into<bool>) { ... }
fn ctor(self) { ... }
}Provided Methods§
Sourcefn set_visible_without_cursor_images(self, is_visible: impl Into<bool>)
fn set_visible_without_cursor_images(self, is_visible: impl Into<bool>)
SetVisibleWithoutCursorImages(bool) overload
Sourcefn set_visible_cursor_image(self, is_visible: impl Into<bool>)
fn set_visible_cursor_image(self, is_visible: impl Into<bool>)
SetVisibleCursorImage(bool) overload
Sourcefn set_sibling_index(self, index: impl Into<i32>)
fn set_sibling_index(self, index: impl Into<i32>)
SetSiblingIndex(i32) overload
Sourcefn set_back_cursor_image_enabled(self, value: impl Into<bool>)
fn set_back_cursor_image_enabled(self, value: impl Into<bool>)
SetBackCursorImageEnabled(bool) 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: IFoodstuffMenuContent_CursorController> IFoodstuffMenuContent_CursorControllerMethods for __T
Available on crate feature
app-cooking_menu-foodstuffmenucontent only.