Skip to main content

IBattleScene_FieldResultMethods

Trait IBattleScene_FieldResultMethods 

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

Provided Methods§

Source

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

ToInt(crate::app::battlescene::BattleScene_Result) 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: IBattleScene_FieldResult> IBattleScene_FieldResultMethods for __T

Available on crate feature app-battlescene only.