Skip to main content

ITMP_SpriteGlyph

Trait ITMP_SpriteGlyph 

Source
pub trait ITMP_SpriteGlyph: IGlyph {
    // Provided methods
    fn sprite(self) -> Sprite { ... }
    fn set_sprite(self, value: Sprite) { ... }
}

Provided Methods§

Source

fn sprite(self) -> Sprite

Source

fn set_sprite(self, value: Sprite)

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§