engage::gameiconStruct GameIconStaticFields
source pub struct GameIconStaticFields {
pub skill: &'static SpriteAtlasManager,
pub item: &'static SpriteAtlasManager,
pub efficacy: &'static SpriteAtlasManager,
pub efficacy_outline: &'static SpriteAtlasManager,
pub item_kinds: &'static SpriteAtlasManager,
pub item_kinds_outline: &'static SpriteAtlasManager,
pub god_symbol: &'static SpriteAtlasManager,
pub god_ring: &'static SpriteAtlasManager,
pub system: &'static SpriteAtlasManager,
pub unit_icon_index: &'static SpriteAtlasManager,
pub unit_icon_pallete: &'static SpriteAtlasManager,
}
Immutably borrows from an owned value.
Read more
Mutably borrows from an owned value.
Read more
Returns the argument unchanged.
Calls U::from(self)
.
That is, this conversion is whatever the implementation of
[From]<T> for U
chooses to do.
The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.