pub trait IGridMenuItemMethods: IGridMenuItem {
// Provided methods
fn get_width(self) -> f32 { ... }
fn get_height(self) -> f32 { ... }
fn ctor(self) { ... }
}Provided Methods§
Sourcefn get_height(self) -> f32
fn get_height(self) -> f32
GetHeight() 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: IGridMenuItem> IGridMenuItemMethods for __T
Available on crate feature
app-gridmenuitem only.