pub trait IKeyHelpRenderer: IGraphic {
// Provided methods
fn fade_offset(self) -> f32 { ... }
fn set_fade_offset(self, value: f32) { ... }
fn m_horizontal(self) -> HorizontalLayoutGroup { ... }
fn set_m_horizontal(self, value: HorizontalLayoutGroup) { ... }
}Provided Methods§
fn fade_offset(self) -> f32
fn set_fade_offset(self, value: f32)
fn m_horizontal(self) -> HorizontalLayoutGroup
fn set_m_horizontal(self, value: HorizontalLayoutGroup)
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.