Skip to main content

IBattleInfo_FlagFieldMethods

Trait IBattleInfo_FlagFieldMethods 

Source
pub trait IBattleInfo_FlagFieldMethods: IBattleInfo_FlagField {
    // Provided methods
    fn to_int(self, value: impl Into<BattleInfo_Flags>) -> i32 { ... }
    fn ctor(self) { ... }
}

Provided Methods§

Source

fn to_int(self, value: impl Into<BattleInfo_Flags>) -> i32

ToInt(crate::app::battleinfo::BattleInfo_Flags) overload

Source

fn ctor(self)

.ctor() 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§

Source§

impl<__T: IBattleInfo_FlagField> IBattleInfo_FlagFieldMethods for __T

Available on crate feature app-battleinfo only.