Skip to main content

IGridMenuItemMethods

Trait IGridMenuItemMethods 

Source
pub trait IGridMenuItemMethods: IGridMenuItem {
    // Provided methods
    fn get_width(self) -> f32 { ... }
    fn get_height(self) -> f32 { ... }
    fn ctor(self) { ... }
}

Provided Methods§

Source

fn get_width(self) -> f32

GetWidth() overload

Source

fn get_height(self) -> f32

GetHeight() overload

Source

fn ctor(self)

.ctor() 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: IGridMenuItem> IGridMenuItemMethods for __T

Available on crate feature app-gridmenuitem only.