pub trait IFont: IObject_2 {
// Provided methods
fn m_font_texture_rebuild_callback(self) -> Font_FontTextureRebuildCallback { ... }
fn set_m_font_texture_rebuild_callback(
self,
value: Font_FontTextureRebuildCallback,
) { ... }
}Provided Methods§
fn m_font_texture_rebuild_callback(self) -> Font_FontTextureRebuildCallback
fn set_m_font_texture_rebuild_callback( self, value: Font_FontTextureRebuildCallback, )
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.